#DB4550

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

Shades of Mandy #DB4550

Tints of Mandy #DB4550

Color information

#DB4550 (or 0xDB4550) is unknown color: approx Mandy. HEX triplet: DB, 45 and 50. RGB value is (219,69,80). Sum of RGB (Red+Green+Blue) = 219+69+80=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4550 is #24BAAF. Grayscale: #737373. Windows color (decimal): -2407088 or 5260763. OLE color: 5260763.

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

Color convert

RGB2196980-
CMYK00.680.630.14
HSL355.6º67.57%56.47%-
HSV(B)355.6º68.49%85.88%-
XYZ32.7919.99.7-
YUV115.1108.2202.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=59.51%
G=18.75%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219698000.680.630.14355.667.5756.47
HexDB45500443FE1644438
Octal3331051200104771654410470
Binary11011011100010110100000100010011111111101011001001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4550; }

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

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

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

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

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

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

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

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