Html Css Color HEX #D24C77 Cranberry

📋 copy color: '#D24C77'

red 210 ◦ green 76 ◦ blue 119

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

Shades of Cranberry #D24C77

Tints of Cranberry #D24C77

RGB

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

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

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

R = 51.85%
G = 18.77%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D24C77 (or 0xD24C77) is known color: Cranberry. HEX triplet: D2, 4C and 77. RGB value is (210,76,119). Sum of RGB (Red+Green+Blue) = 210+76+119=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C77 is #2DB388. Grayscale: #787878. Windows color (decimal): -2995081 or 7818450. OLE color: 7818450.

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

Color convert

RGB 210 76 119 -
CMYK 0 0.64 0.43 0.18
HSL 340.75º 0.6% 0.56% -
HSV(B) 340.75º 0.64% 0.82% -
XYZ 32.49 20.2 19.64 -
YUV 120.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 210 76 119 0 0.64 0.43 0.18 340.75 0.6 0.56
Hex D2 4C 77 0 40 2B 12 155 3C 38
Octal 322 114 167 0 100 53 22 525 74 70
Binary 11010010 1001100 1110111 0 1000000 101011 10010 101010101 111100 111000

Color Harmonies of #D24C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C77

Black with #D24C77

Text Example


Text Example

White with #D24C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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