#D64F7C

Color #D64F7C Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D64F7C

Tints of Cranberry #D64F7C

Color information

#D64F7C (or 0xD64F7C) is unknown color: approx Cranberry. HEX triplet: D6, 4F and 7C. RGB value is (214,79,124). Sum of RGB (Red+Green+Blue) = 214+79+124=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F7C is #29B083. Grayscale: #7C7C7C. Windows color (decimal): -2732164 or 8146902. OLE color: 8146902.

HSL color Cylindrical-coordinate representation of color #D64F7C: hue angle of 340º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F7C is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21479124-
CMYK00.630.420.16
HSL340º62.21%57.45%-
HSV(B)340º63.08%83.92%-
XYZ34.1721.3421.39-
YUV124.49127.73191.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=51.32%
G=18.94%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147912400.630.420.1634062.2157.45
HexD64F7C03F2A101543e39
Octal32611717407752205247671
Binary1101011010011111111100011111110101010000101010100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F7C; }

 p { color: rgb(214,79,124); }

 H1.HeaderClassName
 {
   color: #D64F7C;
 }
 .AnyTagClassName
 {
   color: #D64F7C;
 }
</style>
background-color css

<style>
 a { background-color: #D64F7C; }

 a { background-color: rgb(214,79,124); }

 div.DivClassName
 {
   background-color: #D64F7C;
 }
 .BgClassName
 {
   background-color: #D64F7C;
 }
</style>
border-color css

<style>
 span { border-color: #D64F7C; }

 span { border-color: rgb(214,79,124); }

 td.TdClassName
 {
   border-color: #D64F7C;
 }
 .TagClassName
 {
   border-color: #D64F7C;
 }
</style>