#DB5A59

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

Shades of Roman #DB5A59

Tints of Roman #DB5A59

Color information

#DB5A59 (or 0xDB5A59) is unknown color: approx Roman. HEX triplet: DB, 5A and 59. RGB value is (219,90,89). Sum of RGB (Red+Green+Blue) = 219+90+89=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A59 is #24A5A6. Grayscale: #808080. Windows color (decimal): -2401703 or 5855963. OLE color: 5855963.

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

Color convert

RGB2199089-
CMYK00.590.590.14
HSL0.46º64.36%60.39%-
HSV(B)0.46º59.36%85.88%-
XYZ34.6723.0912.08-
YUV128.46105.74192.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=55.03%
G=22.61%
B=22.36%

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
Decimal219908900.590.590.140.4664.3660.39
HexDB5A5903B3BE0403c
Octal3331321310737316010074
Binary11011011101101010110010111011111011111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5A59; }

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

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

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

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

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

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

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

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