Html Css Color HEX #D44A5E Mandy

📋 copy color: '#D44A5E'

red 212 ◦ green 74 ◦ blue 94

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

Shades of Mandy #D44A5E

Tints of Mandy #D44A5E

RGB

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

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

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

R = 55.79%
G = 19.47%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D44A5E (or 0xD44A5E) is known color: Mandy. HEX triplet: D4, 4A and 5E. RGB value is (212,74,94). Sum of RGB (Red+Green+Blue) = 212+74+94=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A5E is #2BB5A1. Grayscale: #757575. Windows color (decimal): -2864546 or 6179540. OLE color: 6179540.

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

Color convert

RGB 212 74 94 -
CMYK 0 0.65 0.56 0.17
HSL 351.3º 0.62% 0.56% -
HSV(B) 351.3º 0.65% 0.83% -
XYZ 31.62 19.7 12.73 -
YUV 117.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 212 74 94 0 0.65 0.56 0.17 351.3 0.62 0.56
Hex D4 4A 5E 0 41 38 11 15F 3E 38
Octal 324 112 136 0 101 70 21 537 76 70
Binary 11010100 1001010 1011110 0 1000001 111000 10001 101011111 111110 111000

Color Harmonies of #D44A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A5E

Black with #D44A5E

Text Example


Text Example

White with #D44A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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