Html Css Color HEX #D24976 Cranberry

📋 copy color: '#D24976'

red 210 ◦ green 73 ◦ blue 118

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

Shades of Cranberry #D24976

Tints of Cranberry #D24976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 52.37%
G = 18.2%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24976 (or 0xD24976) is known color: Cranberry. HEX triplet: D2, 49 and 76. RGB value is (210,73,118). Sum of RGB (Red+Green+Blue) = 210+73+118=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D24976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24976 is #2DB689. Grayscale: #777777. Windows color (decimal): -2995850 or 7752146. OLE color: 7752146.

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

Color convert

RGB 210 73 118 -
CMYK 0 0.65 0.44 0.18
HSL 340.29º 0.6% 0.55% -
HSV(B) 340.29º 0.65% 0.82% -
XYZ 32.23 19.77 19.26 -
YUV 119.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 210 73 118 0 0.65 0.44 0.18 340.29 0.6 0.55
Hex D2 49 76 0 41 2C 12 154 3C 37
Octal 322 111 166 0 101 54 22 524 74 67
Binary 11010010 1001001 1110110 0 1000001 101100 10010 101010100 111100 110111

Color Harmonies of #D24976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24976

Black with #D24976

Text Example


Text Example

White with #D24976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24976; }

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

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

background-color css

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

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

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

border-color css

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

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

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