#DB565B

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

Shades of Mandy #DB565B

Tints of Mandy #DB565B

Color information

#DB565B (or 0xDB565B) is unknown color: approx Mandy. HEX triplet: DB, 56 and 5B. RGB value is (219,86,91). Sum of RGB (Red+Green+Blue) = 219+86+91=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB565B is #24A9A4. Grayscale: #7E7E7E. Windows color (decimal): -2402725 or 5986011. OLE color: 5986011.

HSL color Cylindrical-coordinate representation of color #DB565B: hue angle of 357.74º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB565B is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB2198691-
CMYK00.610.580.14
HSL357.74º64.88%59.8%-
HSV(B)357.74º60.73%85.88%-
XYZ34.4322.4712.42-
YUV126.34108.06194.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.30%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=55.30%
G=21.72%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219869100.610.580.14357.7464.8859.8
HexDB565B03D3AE166413c
Octal333126133075721654610174
Binary1101101110101101011011011110111101011101011001101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB565B; }

 p { color: rgb(219,86,91); }

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

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

 a { background-color: rgb(219,86,91); }

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

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

 span { border-color: rgb(219,86,91); }

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