#D44B4F

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

Shades of Mandy #D44B4F

Tints of Mandy #D44B4F

Color information

#D44B4F (or 0xD44B4F) is unknown color: approx Mandy. HEX triplet: D4, 4B and 4F. RGB value is (212,75,79). Sum of RGB (Red+Green+Blue) = 212+75+79=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44B4F is #2BB4B0. Grayscale: #747474. Windows color (decimal): -2864305 or 5196756. OLE color: 5196756.

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

Color convert

RGB2127579-
CMYK00.650.630.17
HSL358.25º61.43%56.27%-
HSV(B)358.25º64.62%83.14%-
XYZ31.0819.599.54-
YUV116.42106.89196.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.92%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=57.92%
G=20.49%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212757900.650.630.17358.2561.4356.27
HexD44B4F0413F111663d38
Octal324113117010177215467570
Binary11010100100101110011110100000111111110001101100110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B4F; }

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

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

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

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

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

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

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

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