Html Css Color HEX #D24C76 Cranberry

📋 copy color: '#D24C76'

red 210 ◦ green 76 ◦ blue 118

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

Shades of Cranberry #D24C76

Tints of Cranberry #D24C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

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

R = 51.98%
G = 18.81%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24C76 (or 0xD24C76) is known color: Cranberry. HEX triplet: D2, 4C and 76. RGB value is (210,76,118). Sum of RGB (Red+Green+Blue) = 210+76+118=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C76 is #2DB389. Grayscale: #787878. Windows color (decimal): -2995082 or 7752914. OLE color: 7752914.

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

Color convert

RGB 210 76 118 -
CMYK 0 0.64 0.44 0.18
HSL 341.19º 0.6% 0.56% -
HSV(B) 341.19º 0.64% 0.82% -
XYZ 32.43 20.18 19.32 -
YUV 120.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 210 76 118 0 0.64 0.44 0.18 341.19 0.6 0.56
Hex D2 4C 76 0 40 2C 12 155 3C 38
Octal 322 114 166 0 100 54 22 525 74 70
Binary 11010010 1001100 1110110 0 1000000 101100 10010 101010101 111100 111000

Color Harmonies of #D24C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C76

Black with #D24C76

Text Example


Text Example

White with #D24C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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