#DB4551

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

Shades of Mandy #DB4551

Tints of Mandy #DB4551

Color information

#DB4551 (or 0xDB4551) is unknown color: approx Mandy. HEX triplet: DB, 45 and 51. RGB value is (219,69,81). Sum of RGB (Red+Green+Blue) = 219+69+81=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4551 is #24BAAE. Grayscale: #737373. Windows color (decimal): -2407087 or 5326299. OLE color: 5326299.

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

Color convert

RGB2196981-
CMYK00.680.630.14
HSL355.2º67.57%56.47%-
HSV(B)355.2º68.49%85.88%-
XYZ32.8319.919.9-
YUV115.22108.7202.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.35%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=59.35%
G=18.70%
B=21.95%

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
Decimal219698100.680.630.14355.267.5756.47
HexDB45510443FE1634438
Octal3331051210104771654310470
Binary11011011100010110100010100010011111111101011000111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4551; }

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

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

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

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

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

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

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

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