#D64078

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

Shades of Cranberry #D64078

Tints of Cranberry #D64078

Color information

#D64078 (or 0xD64078) is unknown color: approx Cranberry. HEX triplet: D6, 40 and 78. RGB value is (214,64,120). Sum of RGB (Red+Green+Blue) = 214+64+120=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64078 is #29BF87. Grayscale: #737373. Windows color (decimal): -2736008 or 7880918. OLE color: 7880918.

HSL color Cylindrical-coordinate representation of color #D64078: hue angle of 337.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64078 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21464120-
CMYK00.700.440.16
HSL337.6º64.66%54.51%-
HSV(B)337.6º70.09%83.92%-
XYZ32.9619.3219.76-
YUV115.23130.7198.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=53.77%
G=16.08%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2146412000.700.440.16337.664.6654.51
HexD640780462C101524137
Octal3261001700106542052210167
Binary110101101000000111100001000110101100100001010100101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64078; }

 p { color: rgb(214,64,120); }

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

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

 a { background-color: rgb(214,64,120); }

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

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

 span { border-color: rgb(214,64,120); }

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