#DB1857

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

Shades of Ruby #DB1857

Tints of Ruby #DB1857

Color information

#DB1857 (or 0xDB1857) is unknown color: approx Ruby. HEX triplet: DB, 18 and 57. RGB value is (219,24,87). Sum of RGB (Red+Green+Blue) = 219+24+87=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1857 is #24E7A8. Grayscale: #595959. Windows color (decimal): -2418601 or 5707995. OLE color: 5707995.

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

Color convert

RGB2192487-
CMYK00.890.600.14
HSL340.62º80.25%47.65%-
HSV(B)340.62º89.04%85.88%-
XYZ31.2616.410.54-
YUV89.49126.6220.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.36%
GREEN value IS 24 (9.77% from 255) = 7.27%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=66.36%
G=7.27%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219248700.890.600.14340.6280.2547.65
HexDB18570593CE1555030
Octal333301270131741652512060
Binary110110111100010101110101100111110011101010101011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1857; }

 p { color: rgb(219,24,87); }

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

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

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

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

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

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

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