Html Css Color HEX #D24F55 Mandy

📋 copy color: '#D24F55'

red 210 ◦ green 79 ◦ blue 85

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

Shades of Mandy #D24F55

Tints of Mandy #D24F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 56.15%
G = 21.12%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D24F55 (or 0xD24F55) is known color: Mandy. HEX triplet: D2, 4F and 55. RGB value is (210,79,85). Sum of RGB (Red+Green+Blue) = 210+79+85=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24F55 is #2DB0AA. Grayscale: #767676. Windows color (decimal): -2994347 or 5590994. OLE color: 5590994.

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

Color convert

RGB 210 79 85 -
CMYK 0 0.62 0.60 0.18
HSL 357.25º 0.59% 0.57% -
HSV(B) 357.25º 0.62% 0.82% -
XYZ 31.01 19.95 10.81 -
YUV 118.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 210 79 85 0 0.62 0.60 0.18 357.25 0.59 0.57
Hex D2 4F 55 0 3E 3C 12 165 3B 39
Octal 322 117 125 0 76 74 22 545 73 71
Binary 11010010 1001111 1010101 0 111110 111100 10010 101100101 111011 111001

Color Harmonies of #D24F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24F55

Black with #D24F55

Text Example


Text Example

White with #D24F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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