Html Css Color HEX #D24C55 Mandy

📋 copy color: '#D24C55'

red 210 ◦ green 76 ◦ blue 85

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

Shades of Mandy #D24C55

Tints of Mandy #D24C55

RGB

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

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

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

R = 56.6%
G = 20.49%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D24C55 (or 0xD24C55) is known color: Mandy. HEX triplet: D2, 4C and 55. RGB value is (210,76,85). Sum of RGB (Red+Green+Blue) = 210+76+85=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C55 is #2DB3AA. Grayscale: #757575. Windows color (decimal): -2995115 or 5590226. OLE color: 5590226.

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

Color convert

RGB 210 76 85 -
CMYK 0 0.64 0.60 0.18
HSL 355.97º 0.6% 0.56% -
HSV(B) 355.97º 0.64% 0.82% -
XYZ 30.8 19.53 10.74 -
YUV 117.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 210 76 85 0 0.64 0.60 0.18 355.97 0.6 0.56
Hex D2 4C 55 0 40 3C 12 164 3C 38
Octal 322 114 125 0 100 74 22 544 74 70
Binary 11010010 1001100 1010101 0 1000000 111100 10010 101100100 111100 111000

Color Harmonies of #D24C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C55

Black with #D24C55

Text Example


Text Example

White with #D24C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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