Html Css Color HEX #D24C5E Mandy

📋 copy color: '#D24C5E'

red 210 ◦ green 76 ◦ blue 94

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

Shades of Mandy #D24C5E

Tints of Mandy #D24C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 55.26%
G = 20%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D24C5E (or 0xD24C5E) is known color: Mandy. HEX triplet: D2, 4C and 5E. RGB value is (210,76,94). Sum of RGB (Red+Green+Blue) = 210+76+94=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C5E is #2DB3A1. Grayscale: #767676. Windows color (decimal): -2995106 or 6180050. OLE color: 6180050.

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

Color convert

RGB 210 76 94 -
CMYK 0 0.64 0.55 0.18
HSL 351.94º 0.6% 0.56% -
HSV(B) 351.94º 0.64% 0.82% -
XYZ 31.18 19.68 12.74 -
YUV 118.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 210 76 94 0 0.64 0.55 0.18 351.94 0.6 0.56
Hex D2 4C 5E 0 40 37 12 160 3C 38
Octal 322 114 136 0 100 67 22 540 74 70
Binary 11010010 1001100 1011110 0 1000000 110111 10010 101100000 111100 111000

Color Harmonies of #D24C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C5E

Black with #D24C5E

Text Example


Text Example

White with #D24C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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