Html Css Color HEX #D44E5D Mandy

📋 copy color: '#D44E5D'

red 212 ◦ green 78 ◦ blue 93

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

Shades of Mandy #D44E5D

Tints of Mandy #D44E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 55.35%
G = 20.37%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D44E5D (or 0xD44E5D) is known color: Mandy. HEX triplet: D4, 4E and 5D. RGB value is (212,78,93). Sum of RGB (Red+Green+Blue) = 212+78+93=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E5D is #2BB1A2. Grayscale: #777777. Windows color (decimal): -2863523 or 6115028. OLE color: 6115028.

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

Color convert

RGB 212 78 93 -
CMYK 0 0.63 0.56 0.17
HSL 353.28º 0.61% 0.57% -
HSV(B) 353.28º 0.63% 0.83% -
XYZ 31.85 20.24 12.58 -
YUV 119.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 212 78 93 0 0.63 0.56 0.17 353.28 0.61 0.57
Hex D4 4E 5D 0 3F 38 11 161 3D 39
Octal 324 116 135 0 77 70 21 541 75 71
Binary 11010100 1001110 1011101 0 111111 111000 10001 101100001 111101 111001

Color Harmonies of #D44E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44E5D

Black with #D44E5D

Text Example


Text Example

White with #D44E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44E5D; }

 p { color: rgb(212,78,93); }

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

background-color css

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

 a { background-color: rgb(212,78,93); }

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

border-color css

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

 span { border-color: rgb(212,78,93); }

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