Html Css Color HEX #D24776 Cranberry

📋 copy color: '#D24776'

red 210 ◦ green 71 ◦ blue 118

#D24776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D24776

Tints of Cranberry #D24776

RGB

 RED value IS 210 (82.42% from 255) = 52.63%

 GREEN value IS 71 (28.13% from 255) = 17.79%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 52.63%
G = 17.79%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24776 (or 0xD24776) is known color: Cranberry. HEX triplet: D2, 47 and 76. RGB value is (210,71,118). Sum of RGB (Red+Green+Blue) = 210+71+118=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D24776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24776 is #2DB889. Grayscale: #757575. Windows color (decimal): -2996362 or 7751634. OLE color: 7751634.

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

Color convert

RGB 210 71 118 -
CMYK 0 0.66 0.44 0.18
HSL 339.71º 0.61% 0.55% -
HSV(B) 339.71º 0.66% 0.82% -
XYZ 32.1 19.52 19.21 -
YUV 117.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 210 71 118 0 0.66 0.44 0.18 339.71 0.61 0.55
Hex D2 47 76 0 42 2C 12 154 3D 37
Octal 322 107 166 0 102 54 22 524 75 67
Binary 11010010 1000111 1110110 0 1000010 101100 10010 101010100 111101 110111

Color Harmonies of #D24776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24776

Black with #D24776

Text Example


Text Example

White with #D24776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24776; }

 p { color: rgb(210,71,118); }

 H1.HeaderClassName
 {
   color: #D24776;
 }
 .AnyTagClassName
 {
   color: #D24776;
 }
</style>

background-color css

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

 a { background-color: rgb(210,71,118); }

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

border-color css

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

 span { border-color: rgb(210,71,118); }

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