Html Css Color HEX #D24E5C Mandy

📋 copy color: '#D24E5C'

red 210 ◦ green 78 ◦ blue 92

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

Shades of Mandy #D24E5C

Tints of Mandy #D24E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.21%

R = 55.26%
G = 20.53%
B = 24.21%

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

#D24E5C (or 0xD24E5C) is known color: Mandy. HEX triplet: D2, 4E and 5C. RGB value is (210,78,92). Sum of RGB (Red+Green+Blue) = 210+78+92=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24E5C is #2DB1A3. Grayscale: #777777. Windows color (decimal): -2994596 or 6049490. OLE color: 6049490.

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

Color convert

RGB 210 78 92 -
CMYK 0 0.63 0.56 0.18
HSL 353.64º 0.59% 0.56% -
HSV(B) 353.64º 0.63% 0.82% -
XYZ 31.23 19.92 12.32 -
YUV 119.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 210 78 92 0 0.63 0.56 0.18 353.64 0.59 0.56
Hex D2 4E 5C 0 3F 38 12 162 3B 38
Octal 322 116 134 0 77 70 22 542 73 70
Binary 11010010 1001110 1011100 0 111111 111000 10010 101100010 111011 111000

Color Harmonies of #D24E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24E5C

Black with #D24E5C

Text Example


Text Example

White with #D24E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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