#DB4450

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

Shades of Mandy #DB4450

Tints of Mandy #DB4450

Color information

#DB4450 (or 0xDB4450) is unknown color: approx Mandy. HEX triplet: DB, 44 and 50. RGB value is (219,68,80). Sum of RGB (Red+Green+Blue) = 219+68+80=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4450 is #24BBAF. Grayscale: #727272. Windows color (decimal): -2407344 or 5260507. OLE color: 5260507.

HSL color Cylindrical-coordinate representation of color #DB4450: hue angle of 355.23º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4450 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2196880-
CMYK00.690.630.14
HSL355.23º67.71%56.27%-
HSV(B)355.23º68.95%85.88%-
XYZ32.7319.779.68-
YUV114.52108.53202.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.67%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=59.67%
G=18.53%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219688000.690.630.14355.2367.7156.27
HexDB44500453FE1634438
Octal3331041200105771654310470
Binary11011011100010010100000100010111111111101011000111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4450; }

 p { color: rgb(219,68,80); }

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

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

 a { background-color: rgb(219,68,80); }

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

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

 span { border-color: rgb(219,68,80); }

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