Html Css Color HEX #D24A60 Mandy

📋 copy color: '#D24A60'

red 210 ◦ green 74 ◦ blue 96

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

Shades of Mandy #D24A60

Tints of Mandy #D24A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 55.26%
G = 19.47%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D24A60 (or 0xD24A60) is known color: Mandy. HEX triplet: D2, 4A and 60. RGB value is (210,74,96). Sum of RGB (Red+Green+Blue) = 210+74+96=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A60 is #2DB59F. Grayscale: #757575. Windows color (decimal): -2995616 or 6310610. OLE color: 6310610.

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

Color convert

RGB 210 74 96 -
CMYK 0 0.65 0.54 0.18
HSL 350.29º 0.6% 0.56% -
HSV(B) 350.29º 0.65% 0.82% -
XYZ 31.14 19.44 13.18 -
YUV 117.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 210 74 96 0 0.65 0.54 0.18 350.29 0.6 0.56
Hex D2 4A 60 0 41 36 12 15E 3C 38
Octal 322 112 140 0 101 66 22 536 74 70
Binary 11010010 1001010 1100000 0 1000001 110110 10010 101011110 111100 111000

Color Harmonies of #D24A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A60

Black with #D24A60

Text Example


Text Example

White with #D24A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A60; }

 p { color: rgb(210,74,96); }

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

background-color css

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

 a { background-color: rgb(210,74,96); }

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

border-color css

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

 span { border-color: rgb(210,74,96); }

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