#D44549

Color #D44549 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D44549

Tints of Mandy #D44549

Color information

#D44549 (or 0xD44549) is unknown color: approx Mandy. HEX triplet: D4, 45 and 49. RGB value is (212,69,73). Sum of RGB (Red+Green+Blue) = 212+69+73=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D44549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44549 is #2BBAB6. Grayscale: #707070. Windows color (decimal): -2865847 or 4802004. OLE color: 4802004.

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

Color convert

RGB2126973-
CMYK00.670.660.17
HSL358.32º62.45%55.1%-
HSV(B)358.32º67.45%83.14%-
XYZ30.4818.738.31-
YUV112.21105.88199.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.89%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=59.89%
G=19.49%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212697300.670.660.17358.3262.4555.1
HexD4454904342111663e37
Octal3241051110103102215467667
Binary110101001000101100100101000011100001010001101100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44549; }

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

 H1.HeaderClassName
 {
   color: #D44549;
 }
 .AnyTagClassName
 {
   color: #D44549;
 }
</style>
background-color css

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

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

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

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

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

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