#D24B80

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

Shades of Cranberry #D24B80

Tints of Cranberry #D24B80

Color information

#D24B80 (or 0xD24B80) is unknown color: approx Cranberry. HEX triplet: D2, 4B and 80. RGB value is (210,75,128). Sum of RGB (Red+Green+Blue) = 210+75+128=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24B80 is #2DB47F. Grayscale: #797979. Windows color (decimal): -2995328 or 8408018. OLE color: 8408018.

HSL color Cylindrical-coordinate representation of color #D24B80: hue angle of 336.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24B80 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB21075128-
CMYK00.640.390.18
HSL336.44º60%55.88%-
HSV(B)336.44º64.29%82.35%-
XYZ32.9920.2922.6-
YUV121.41131.73191.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 75 (29.69% from 255) = 18.16%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=50.85%
G=18.16%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107512800.640.390.18336.446055.88
HexD24B8004027121503c38
Octal322113200010047225207470
Binary110100101001011100000000100000010011110010101010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24B80; }

 p { color: rgb(210,75,128); }

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

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

 a { background-color: rgb(210,75,128); }

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

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

 span { border-color: rgb(210,75,128); }

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