Html Css Color HEX #D24B55 Mandy

📋 copy color: '#D24B55'

red 210 ◦ green 75 ◦ blue 85

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

Shades of Mandy #D24B55

Tints of Mandy #D24B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.27%

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

R = 56.76%
G = 20.27%
B = 22.97%

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

#D24B55 (or 0xD24B55) is known color: Mandy. HEX triplet: D2, 4B and 55. RGB value is (210,75,85). Sum of RGB (Red+Green+Blue) = 210+75+85=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24B55 is #2DB4AA. Grayscale: #747474. Windows color (decimal): -2995371 or 5589970. OLE color: 5589970.

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

Color convert

RGB 210 75 85 -
CMYK 0 0.64 0.60 0.18
HSL 355.56º 0.6% 0.56% -
HSV(B) 355.56º 0.64% 0.82% -
XYZ 30.73 19.39 10.72 -
YUV 116.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 210 75 85 0 0.64 0.60 0.18 355.56 0.6 0.56
Hex D2 4B 55 0 40 3C 12 164 3C 38
Octal 322 113 125 0 100 74 22 544 74 70
Binary 11010010 1001011 1010101 0 1000000 111100 10010 101100100 111100 111000

Color Harmonies of #D24B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24B55

Black with #D24B55

Text Example


Text Example

White with #D24B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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