Html Css Color HEX #D24450 Mandy

📋 copy color: '#D24450'

red 210 ◦ green 68 ◦ blue 80

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

Shades of Mandy #D24450

Tints of Mandy #D24450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 58.66%
G = 18.99%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D24450 (or 0xD24450) is known color: Mandy. HEX triplet: D2, 44 and 50. RGB value is (210,68,80). Sum of RGB (Red+Green+Blue) = 210+68+80=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D24450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24450 is #2DBBAF. Grayscale: #6F6F6F. Windows color (decimal): -2997168 or 5260498. OLE color: 5260498.

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

Color convert

RGB 210 68 80 -
CMYK 0 0.68 0.62 0.18
HSL 354.93º 0.61% 0.55% -
HSV(B) 354.93º 0.68% 0.82% -
XYZ 30.09 18.42 9.56 -
YUV 111.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 210 68 80 0 0.68 0.62 0.18 354.93 0.61 0.55
Hex D2 44 50 0 44 3E 12 163 3D 37
Octal 322 104 120 0 104 76 22 543 75 67
Binary 11010010 1000100 1010000 0 1000100 111110 10010 101100011 111101 110111

Color Harmonies of #D24450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24450

Black with #D24450

Text Example


Text Example

White with #D24450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24450; }

 p { color: rgb(210,68,80); }

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

background-color css

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

 a { background-color: rgb(210,68,80); }

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

border-color css

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

 span { border-color: rgb(210,68,80); }

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