Html Css Color HEX #D24772 Cranberry

📋 copy color: '#D24772'

red 210 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #D24772

Tints of Cranberry #D24772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 53.16%
G = 17.97%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24772 (or 0xD24772) is known color: Cranberry. HEX triplet: D2, 47 and 72. RGB value is (210,71,114). Sum of RGB (Red+Green+Blue) = 210+71+114=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24772 is #2DB88D. Grayscale: #757575. Windows color (decimal): -2996366 or 7489490. OLE color: 7489490.

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

Color convert

RGB 210 71 114 -
CMYK 0 0.66 0.46 0.18
HSL 341.44º 0.61% 0.55% -
HSV(B) 341.44º 0.66% 0.82% -
XYZ 31.87 19.42 17.99 -
YUV 117.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 210 71 114 0 0.66 0.46 0.18 341.44 0.61 0.55
Hex D2 47 72 0 42 2E 12 155 3D 37
Octal 322 107 162 0 102 56 22 525 75 67
Binary 11010010 1000111 1110010 0 1000010 101110 10010 101010101 111101 110111

Color Harmonies of #D24772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24772

Black with #D24772

Text Example


Text Example

White with #D24772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24772; }

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

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

background-color css

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

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

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

border-color css

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

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

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