Html Css Color HEX #D44C5E Mandy

📋 copy color: '#D44C5E'

red 212 ◦ green 76 ◦ blue 94

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

Shades of Mandy #D44C5E

Tints of Mandy #D44C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 94 (37.11% from 255) = 24.61%

R = 55.5%
G = 19.9%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D44C5E (or 0xD44C5E) is known color: Mandy. HEX triplet: D4, 4C and 5E. RGB value is (212,76,94). Sum of RGB (Red+Green+Blue) = 212+76+94=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C5E is #2BB3A1. Grayscale: #767676. Windows color (decimal): -2864034 or 6180052. OLE color: 6180052.

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

Color convert

RGB 212 76 94 -
CMYK 0 0.64 0.56 0.17
HSL 352.06º 0.61% 0.56% -
HSV(B) 352.06º 0.64% 0.83% -
XYZ 31.76 19.97 12.77 -
YUV 118.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 212 76 94 0 0.64 0.56 0.17 352.06 0.61 0.56
Hex D4 4C 5E 0 40 38 11 160 3D 38
Octal 324 114 136 0 100 70 21 540 75 70
Binary 11010100 1001100 1011110 0 1000000 111000 10001 101100000 111101 111000

Color Harmonies of #D44C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44C5E

Black with #D44C5E

Text Example


Text Example

White with #D44C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44C5E; }

 p { color: rgb(212,76,94); }

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

background-color css

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

 a { background-color: rgb(212,76,94); }

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

border-color css

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

 span { border-color: rgb(212,76,94); }

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