#DB5959

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

Shades of Roman #DB5959

Tints of Roman #DB5959

Color information

#DB5959 (or 0xDB5959) is unknown color: approx Roman. HEX triplet: DB, 59 and 59. RGB value is (219,89,89). Sum of RGB (Red+Green+Blue) = 219+89+89=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5959 is #24A6A6. Grayscale: #808080. Windows color (decimal): -2401959 or 5855707. OLE color: 5855707.

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

Color convert

RGB2198989-
CMYK00.590.590.14
HSL64.36%60.39%-
HSV(B)59.36%85.88%-
XYZ34.5922.9312.05-
YUV127.87106.07193-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.16%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=55.16%
G=22.42%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219898900.590.590.14064.3660.39
HexDB595903B3BE0403c
Octal3331311310737316010074
Binary11011011101100110110010111011111011111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5959; }

 p { color: rgb(219,89,89); }

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

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

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

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

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

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

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