#D44055

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

Shades of Mandy #D44055

Tints of Mandy #D44055

Color information

#D44055 (or 0xD44055) is unknown color: approx Mandy. HEX triplet: D4, 40 and 55. RGB value is (212,64,85). Sum of RGB (Red+Green+Blue) = 212+64+85=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D44055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44055 is #2BBFAA. Grayscale: #6E6E6E. Windows color (decimal): -2867115 or 5587156. OLE color: 5587156.

HSL color Cylindrical-coordinate representation of color #D44055: hue angle of 351.49º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44055 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2126485-
CMYK00.700.600.17
HSL351.49º63.25%54.12%-
HSV(B)351.49º69.81%83.14%-
XYZ30.6218.3210.52-
YUV110.65113.53200.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=58.73%
G=17.73%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212648500.700.600.17351.4963.2554.12
HexD440550463C1115f3f36
Octal324100125010674215377766
Binary11010100100000010101010100011011110010001101011111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44055; }

 p { color: rgb(212,64,85); }

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

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

 a { background-color: rgb(212,64,85); }

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

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

 span { border-color: rgb(212,64,85); }

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