Html Css Color HEX #D44950 Mandy

📋 copy color: '#D44950'

red 212 ◦ green 73 ◦ blue 80

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

Shades of Mandy #D44950

Tints of Mandy #D44950

RGB

 RED value IS 212 (83.2% from 255) = 58.08%

 GREEN value IS 73 (28.91% from 255) = 20%

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

R = 58.08%
G = 20%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D44950 (or 0xD44950) is known color: Mandy. HEX triplet: D4, 49 and 50. RGB value is (212,73,80). Sum of RGB (Red+Green+Blue) = 212+73+80=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D44950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44950 is #2BB6AF. Grayscale: #737373. Windows color (decimal): -2864816 or 5261780. OLE color: 5261780.

HSL color Cylindrical-coordinate representation of color #D44950: hue angle of 356.98º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44950 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 73 80 -
CMYK 0 0.66 0.62 0.17
HSL 356.98º 0.62% 0.56% -
HSV(B) 356.98º 0.66% 0.83% -
XYZ 30.98 19.34 9.69 -
YUV 115.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 212 73 80 0 0.66 0.62 0.17 356.98 0.62 0.56
Hex D4 49 50 0 42 3E 11 165 3E 38
Octal 324 111 120 0 102 76 21 545 76 70
Binary 11010100 1001001 1010000 0 1000010 111110 10001 101100101 111110 111000

Color Harmonies of #D44950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44950

Black with #D44950

Text Example


Text Example

White with #D44950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44950; }

 p { color: rgb(212,73,80); }

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

background-color css

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

 a { background-color: rgb(212,73,80); }

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

border-color css

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

 span { border-color: rgb(212,73,80); }

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