#DB5D5A

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

Shades of Roman #DB5D5A

Tints of Roman #DB5D5A

Color information

#DB5D5A (or 0xDB5D5A) is unknown color: approx Roman. HEX triplet: DB, 5D and 5A. RGB value is (219,93,90). Sum of RGB (Red+Green+Blue) = 219+93+90=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D5A is #24A2A5. Grayscale: #828282. Windows color (decimal): -2400934 or 5922267. OLE color: 5922267.

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

Color convert

RGB2199390-
CMYK00.580.590.14
HSL1.4º64.18%60.59%-
HSV(B)1.4º58.9%85.88%-
XYZ34.9723.6312.39-
YUV130.33105.24191.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.48%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 90 (35.55% from 255) = 22.39%
R=54.48%
G=23.13%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219939000.580.590.141.464.1860.59
HexDB5D5A03A3BE1403d
Octal3331351320727316110075
Binary11011011101110110110100111010111011111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5D5A; }

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

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

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

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

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

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

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

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