#D24975

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

Shades of Cranberry #D24975

Tints of Cranberry #D24975

Color information

#D24975 (or 0xD24975) is unknown color: approx Cranberry. HEX triplet: D2, 49 and 75. RGB value is (210,73,117). Sum of RGB (Red+Green+Blue) = 210+73+117=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D24975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24975 is #2DB68A. Grayscale: #767676. Windows color (decimal): -2995851 or 7686610. OLE color: 7686610.

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

Color convert

RGB21073117-
CMYK00.650.440.18
HSL340.73º60.35%55.49%-
HSV(B)340.73º65.24%82.35%-
XYZ32.1719.7518.95-
YUV118.98126.89192.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.5%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=52.5%
G=18.25%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107311700.650.440.18340.7360.3555.49
HexD249750412C121553c37
Octal322111165010154225257467
Binary11010010100100111101010100000110110010010101010101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24975; }

 p { color: rgb(210,73,117); }

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

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

 a { background-color: rgb(210,73,117); }

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

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

 span { border-color: rgb(210,73,117); }

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