#db4552

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

Shades of Mandy #DB4552

Tints of Mandy #DB4552

Color information

#DB4552 (or 0xDB4552) is unknown color: approx Mandy. HEX triplet: DB, 45 and 52. RGB value is (219,69,82). Sum of RGB (Red+Green+Blue) = 219+69+82=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4552 is #24BAAD. Grayscale: #737373. Windows color (decimal): -2407086 or 5391835. OLE color: 5391835.

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

Color convert

RGB2196982-
CMYK00.680.630.14
HSL354.8º67.57%56.47%-
HSV(B)354.8º68.49%85.88%-
XYZ32.8619.9310.1-
YUV115.33109.2201.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.19%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=59.19%
G=18.65%
B=22.16%

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
Decimal219698200.680.630.14354.867.5756.47
HexDB45520443FE1634438
Octal3331051220104771654310470
Binary11011011100010110100100100010011111111101011000111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db4552; }

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

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

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

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

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

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

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

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