Html Css Color HEX #D24771 Cranberry

📋 copy color: '#D24771'

red 210 ◦ green 71 ◦ blue 113

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

Shades of Cranberry #D24771

Tints of Cranberry #D24771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 53.3%
G = 18.02%
B = 28.68%

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

#D24771 (or 0xD24771) is known color: Cranberry. HEX triplet: D2, 47 and 71. RGB value is (210,71,113). Sum of RGB (Red+Green+Blue) = 210+71+113=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24771 is #2DB88E. Grayscale: #757575. Windows color (decimal): -2996367 or 7423954. OLE color: 7423954.

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

Color convert

RGB 210 71 113 -
CMYK 0 0.66 0.46 0.18
HSL 341.87º 0.61% 0.55% -
HSV(B) 341.87º 0.66% 0.82% -
XYZ 31.81 19.4 17.69 -
YUV 117.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 210 71 113 0 0.66 0.46 0.18 341.87 0.61 0.55
Hex D2 47 71 0 42 2E 12 156 3D 37
Octal 322 107 161 0 102 56 22 526 75 67
Binary 11010010 1000111 1110001 0 1000010 101110 10010 101010110 111101 110111

Color Harmonies of #D24771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24771

Black with #D24771

Text Example


Text Example

White with #D24771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24771; }

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

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

background-color css

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

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

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

border-color css

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

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

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