Html Css Color HEX #D24D5F Mandy

📋 copy color: '#D24D5F'

red 210 ◦ green 77 ◦ blue 95

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

Shades of Mandy #D24D5F

Tints of Mandy #D24D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 54.97%
G = 20.16%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D24D5F (or 0xD24D5F) is known color: Mandy. HEX triplet: D2, 4D and 5F. RGB value is (210,77,95). Sum of RGB (Red+Green+Blue) = 210+77+95=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D5F is #2DB2A0. Grayscale: #767676. Windows color (decimal): -2994849 or 6245842. OLE color: 6245842.

HSL color Cylindrical-coordinate representation of color #D24D5F: hue angle of 351.88º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24D5F is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 95 -
CMYK 0 0.63 0.55 0.18
HSL 351.88º 0.6% 0.56% -
HSV(B) 351.88º 0.63% 0.82% -
XYZ 31.3 19.84 13.01 -
YUV 118.82 114.56 193.04 -
System Red Green Blue C M Y K H S L
Decimal 210 77 95 0 0.63 0.55 0.18 351.88 0.6 0.56
Hex D2 4D 5F 0 3F 37 12 160 3C 38
Octal 322 115 137 0 77 67 22 540 74 70
Binary 11010010 1001101 1011111 0 111111 110111 10010 101100000 111100 111000

Color Harmonies of #D24D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D5F

Black with #D24D5F

Text Example


Text Example

White with #D24D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D5F; }

 p { color: rgb(210,77,95); }

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

background-color css

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

 a { background-color: rgb(210,77,95); }

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

border-color css

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

 span { border-color: rgb(210,77,95); }

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