#D44B5F

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

Shades of Mandy #D44B5F

Tints of Mandy #D44B5F

Color information

#D44B5F (or 0xD44B5F) is unknown color: approx Mandy. HEX triplet: D4, 4B and 5F. RGB value is (212,75,95). Sum of RGB (Red+Green+Blue) = 212+75+95=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44B5F is #2BB4A0. Grayscale: #767676. Windows color (decimal): -2864289 or 6245332. OLE color: 6245332.

HSL color Cylindrical-coordinate representation of color #D44B5F: hue angle of 351.24º degrees, saturation: 0.61, 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 #D44B5F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2127595-
CMYK00.650.550.17
HSL351.24º61.43%56.27%-
HSV(B)351.24º64.62%83.14%-
XYZ31.7319.8612.99-
YUV118.24114.89194.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=55.50%
G=19.63%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212759500.650.550.17351.2461.4356.27
HexD44B5F041371115f3d38
Octal324113137010167215377570
Binary11010100100101110111110100000111011110001101011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B5F; }

 p { color: rgb(212,75,95); }

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

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

 a { background-color: rgb(212,75,95); }

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

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

 span { border-color: rgb(212,75,95); }

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