#DB565A

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

Shades of Mandy #DB565A

Tints of Mandy #DB565A

Color information

#DB565A (or 0xDB565A) is unknown color: approx Mandy. HEX triplet: DB, 56 and 5A. RGB value is (219,86,90). Sum of RGB (Red+Green+Blue) = 219+86+90=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB565A is #24A9A5. Grayscale: #7E7E7E. Windows color (decimal): -2402726 or 5920475. OLE color: 5920475.

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

Color convert

RGB2198690-
CMYK00.610.590.14
HSL358.2º64.88%59.8%-
HSV(B)358.2º60.73%85.88%-
XYZ34.3922.4512.19-
YUV126.22107.56194.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.44%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=55.44%
G=21.77%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219869000.610.590.14358.264.8859.8
HexDB565A03D3BE166413c
Octal333126132075731654610174
Binary1101101110101101011010011110111101111101011001101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB565A; }

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

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

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

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

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

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

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

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