Html Css Color HEX #D24F77 Cranberry

📋 copy color: '#D24F77'

red 210 ◦ green 79 ◦ blue 119

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

Shades of Cranberry #D24F77

Tints of Cranberry #D24F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

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

R = 51.47%
G = 19.36%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D24F77 (or 0xD24F77) is known color: Cranberry. HEX triplet: D2, 4F and 77. RGB value is (210,79,119). Sum of RGB (Red+Green+Blue) = 210+79+119=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F77 is #2DB088. Grayscale: #7A7A7A. Windows color (decimal): -2994313 or 7819218. OLE color: 7819218.

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

Color convert

RGB 210 79 119 -
CMYK 0 0.62 0.43 0.18
HSL 341.68º 0.59% 0.57% -
HSV(B) 341.68º 0.62% 0.82% -
XYZ 32.7 20.63 19.71 -
YUV 122.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 210 79 119 0 0.62 0.43 0.18 341.68 0.59 0.57
Hex D2 4F 77 0 3E 2B 12 156 3B 39
Octal 322 117 167 0 76 53 22 526 73 71
Binary 11010010 1001111 1110111 0 111110 101011 10010 101010110 111011 111001

Color Harmonies of #D24F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F77

Black with #D24F77

Text Example


Text Example

White with #D24F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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