Html Css Color HEX #D24876 Cranberry

📋 copy color: '#D24876'

red 210 ◦ green 72 ◦ blue 118

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

Shades of Cranberry #D24876

Tints of Cranberry #D24876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

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

R = 52.5%
G = 18%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24876 (or 0xD24876) is known color: Cranberry. HEX triplet: D2, 48 and 76. RGB value is (210,72,118). Sum of RGB (Red+Green+Blue) = 210+72+118=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D24876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24876 is #2DB789. Grayscale: #767676. Windows color (decimal): -2996106 or 7751890. OLE color: 7751890.

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

Color convert

RGB 210 72 118 -
CMYK 0 0.66 0.44 0.18
HSL 340º 0.61% 0.55% -
HSV(B) 340º 0.66% 0.82% -
XYZ 32.17 19.64 19.24 -
YUV 118.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 210 72 118 0 0.66 0.44 0.18 340 0.61 0.55
Hex D2 48 76 0 42 2C 12 154 3D 37
Octal 322 110 166 0 102 54 22 524 75 67
Binary 11010010 1001000 1110110 0 1000010 101100 10010 101010100 111101 110111

Color Harmonies of #D24876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24876

Black with #D24876

Text Example


Text Example

White with #D24876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24876; }

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

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

background-color css

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

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

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

border-color css

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

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

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