#D24278

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

Shades of Cranberry #D24278

Tints of Cranberry #D24278

Color information

#D24278 (or 0xD24278) is unknown color: approx Cranberry. HEX triplet: D2, 42 and 78. RGB value is (210,66,120). Sum of RGB (Red+Green+Blue) = 210+66+120=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D24278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24278 is #2DBD87. Grayscale: #737373. Windows color (decimal): -2997640 or 7881426. OLE color: 7881426.

HSL color Cylindrical-coordinate representation of color #D24278: hue angle of 337.5º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24278 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB21066120-
CMYK00.690.430.18
HSL337.5º61.54%54.12%-
HSV(B)337.5º68.57%82.35%-
XYZ31.9218.9519.75-
YUV115.21130.71195.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.03%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=53.03%
G=16.67%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106612000.690.430.18337.561.5454.12
HexD242780452B121523e36
Octal322102170010553225227666
Binary11010010100001011110000100010110101110010101010010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24278; }

 p { color: rgb(210,66,120); }

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

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

 a { background-color: rgb(210,66,120); }

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

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

 span { border-color: rgb(210,66,120); }

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