Html Css Color HEX #D24D54 Mandy

📋 copy color: '#D24D54'

red 210 ◦ green 77 ◦ blue 84

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

Shades of Mandy #D24D54

Tints of Mandy #D24D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.64%

R = 56.6%
G = 20.75%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D24D54 (or 0xD24D54) is known color: Mandy. HEX triplet: D2, 4D and 54. RGB value is (210,77,84). Sum of RGB (Red+Green+Blue) = 210+77+84=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D24D54 is #2DB2AB. Grayscale: #757575. Windows color (decimal): -2994860 or 5524946. OLE color: 5524946.

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

Color convert

RGB 210 77 84 -
CMYK 0 0.63 0.6 0.18
HSL 356.84º 0.6% 0.56% -
HSV(B) 356.84º 0.63% 0.82% -
XYZ 30.83 19.65 10.56 -
YUV 117.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 210 77 84 0 0.63 0.6 0.18 356.84 0.6 0.56
Hex D2 4D 54 0 3F 3C 12 165 3C 38
Octal 322 115 124 0 77 74 22 545 74 70
Binary 11010010 1001101 1010100 0 111111 111100 10010 101100101 111100 111000

Color Harmonies of #D24D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24D54

Black with #D24D54

Text Example


Text Example

White with #D24D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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