Html Css Color HEX #D24774 Cranberry

📋 copy color: '#D24774'

red 210 ◦ green 71 ◦ blue 116

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

Shades of Cranberry #D24774

Tints of Cranberry #D24774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.22%

R = 52.9%
G = 17.88%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24774 (or 0xD24774) is known color: Cranberry. HEX triplet: D2, 47 and 74. RGB value is (210,71,116). Sum of RGB (Red+Green+Blue) = 210+71+116=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24774 is #2DB88B. Grayscale: #757575. Windows color (decimal): -2996364 or 7620562. OLE color: 7620562.

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

Color convert

RGB 210 71 116 -
CMYK 0 0.66 0.45 0.18
HSL 340.58º 0.61% 0.55% -
HSV(B) 340.58º 0.66% 0.82% -
XYZ 31.98 19.47 18.6 -
YUV 117.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 210 71 116 0 0.66 0.45 0.18 340.58 0.61 0.55
Hex D2 47 74 0 42 2D 12 155 3D 37
Octal 322 107 164 0 102 55 22 525 75 67
Binary 11010010 1000111 1110100 0 1000010 101101 10010 101010101 111101 110111

Color Harmonies of #D24774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24774

Black with #D24774

Text Example


Text Example

White with #D24774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24774; }

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

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

background-color css

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

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

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

border-color css

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

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

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