Html Css Color HEX #D24E5D Mandy

📋 copy color: '#D24E5D'

red 210 ◦ green 78 ◦ blue 93

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

Shades of Mandy #D24E5D

Tints of Mandy #D24E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 55.12%
G = 20.47%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D24E5D (or 0xD24E5D) is known color: Mandy. HEX triplet: D2, 4E and 5D. RGB value is (210,78,93). Sum of RGB (Red+Green+Blue) = 210+78+93=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E5D is #2DB1A2. Grayscale: #777777. Windows color (decimal): -2994595 or 6115026. OLE color: 6115026.

HSL color Cylindrical-coordinate representation of color #D24E5D: hue angle of 353.18º degrees, saturation: 0.59, 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 #D24E5D is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 93 -
CMYK 0 0.63 0.56 0.18
HSL 353.18º 0.59% 0.56% -
HSV(B) 353.18º 0.63% 0.82% -
XYZ 31.28 19.94 12.56 -
YUV 119.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 210 78 93 0 0.63 0.56 0.18 353.18 0.59 0.56
Hex D2 4E 5D 0 3F 38 12 161 3B 38
Octal 322 116 135 0 77 70 22 541 73 70
Binary 11010010 1001110 1011101 0 111111 111000 10010 101100001 111011 111000

Color Harmonies of #D24E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E5D

Black with #D24E5D

Text Example


Text Example

White with #D24E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E5D; }

 p { color: rgb(210,78,93); }

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

background-color css

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

 a { background-color: rgb(210,78,93); }

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

border-color css

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

 span { border-color: rgb(210,78,93); }

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