Html Css Color HEX #D24177 Cranberry

📋 copy color: '#D24177'

red 210 ◦ green 65 ◦ blue 119

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

Shades of Cranberry #D24177

Tints of Cranberry #D24177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 53.3%
G = 16.5%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D24177 (or 0xD24177) is known color: Cranberry. HEX triplet: D2, 41 and 77. RGB value is (210,65,119). Sum of RGB (Red+Green+Blue) = 210+65+119=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24177 is #2DBE88. Grayscale: #727272. Windows color (decimal): -2997897 or 7815634. OLE color: 7815634.

HSL color Cylindrical-coordinate representation of color #D24177: hue angle of 337.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24177 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 65 119 -
CMYK 0 0.69 0.43 0.18
HSL 337.66º 0.62% 0.54% -
HSV(B) 337.66º 0.69% 0.82% -
XYZ 31.8 18.81 19.41 -
YUV 114.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 210 65 119 0 0.69 0.43 0.18 337.66 0.62 0.54
Hex D2 41 77 0 45 2B 12 152 3E 36
Octal 322 101 167 0 105 53 22 522 76 66
Binary 11010010 1000001 1110111 0 1000101 101011 10010 101010010 111110 110110

Color Harmonies of #D24177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24177

Black with #D24177

Text Example


Text Example

White with #D24177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24177; }

 p { color: rgb(210,65,119); }

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

background-color css

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

 a { background-color: rgb(210,65,119); }

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

border-color css

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

 span { border-color: rgb(210,65,119); }

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