#D24170

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

Shades of Cranberry #D24170

Tints of Cranberry #D24170

Color information

#D24170 (or 0xD24170) is unknown color: approx Cranberry. HEX triplet: D2, 41 and 70. RGB value is (210,65,112). Sum of RGB (Red+Green+Blue) = 210+65+112=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D24170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24170 is #2DBE8F. Grayscale: #717171. Windows color (decimal): -2997904 or 7356882. OLE color: 7356882.

HSL color Cylindrical-coordinate representation of color #D24170: hue angle of 340.55º 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 #D24170 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB21065112-
CMYK00.690.470.18
HSL340.55º61.7%53.92%-
HSV(B)340.55º69.05%82.35%-
XYZ31.3918.6517.27-
YUV113.71127.04196.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.26%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=54.26%
G=16.80%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106511200.690.470.18340.5561.753.92
HexD241700452F121553e36
Octal322101160010557225257666
Binary11010010100000111100000100010110111110010101010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24170; }

 p { color: rgb(210,65,112); }

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

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

 a { background-color: rgb(210,65,112); }

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

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

 span { border-color: rgb(210,65,112); }

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