#D24C81

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

Shades of Cranberry #D24C81

Tints of Cranberry #D24C81

Color information

#D24C81 (or 0xD24C81) is unknown color: approx Cranberry. HEX triplet: D2, 4C and 81. RGB value is (210,76,129). Sum of RGB (Red+Green+Blue) = 210+76+129=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C81 is #2DB37E. Grayscale: #7A7A7A. Windows color (decimal): -2995071 or 8473810. OLE color: 8473810.

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

Color convert

RGB21076129-
CMYK00.640.390.18
HSL336.27º59.82%56.08%-
HSV(B)336.27º63.81%82.35%-
XYZ33.1320.4622.97-
YUV122.11131.89190.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.60%
GREEN value IS 76 (30.08% from 255) = 18.31%
BLUE value IS 129 (50.78% from 255) = 31.08%
R=50.60%
G=18.31%
B=31.08%

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
Decimal2107612900.640.390.18336.2759.8256.08
HexD24C8104027121503c38
Octal322114201010047225207470
Binary110100101001100100000010100000010011110010101010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24C81; }

 p { color: rgb(210,76,129); }

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

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

 a { background-color: rgb(210,76,129); }

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

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

 span { border-color: rgb(210,76,129); }

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