#DB0E5E

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

Shades of Ruby #DB0E5E

Tints of Ruby #DB0E5E

Color information

#DB0E5E (or 0xDB0E5E) is unknown color: approx Ruby. HEX triplet: DB, 0E and 5E. RGB value is (219,14,94). Sum of RGB (Red+Green+Blue) = 219+14+94=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E5E is #24F1A1. Grayscale: #545454. Windows color (decimal): -2421154 or 6164187. OLE color: 6164187.

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

Color convert

RGB2191494-
CMYK00.940.570.14
HSL336.59º87.98%45.69%-
HSV(B)336.59º93.61%85.88%-
XYZ31.3916.1812.06-
YUV84.42133.42224-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.97%
GREEN value IS 14 (5.86% from 255) = 4.28%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=66.97%
G=4.28%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219149400.940.570.14336.5987.9845.69
HexDBE5E05E39E151582e
Octal333161360136711652113056
Binary11011011111010111100101111011100111101010100011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0E5E; }

 p { color: rgb(219,14,94); }

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

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

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

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

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

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

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