#DB176B

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

Shades of Ruby #DB176B

Tints of Ruby #DB176B

Color information

#DB176B (or 0xDB176B) is unknown color: approx Ruby. HEX triplet: DB, 17 and 6B. RGB value is (219,23,107). Sum of RGB (Red+Green+Blue) = 219+23+107=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB176B is #24E894. Grayscale: #5B5B5B. Windows color (decimal): -2418837 or 7018459. OLE color: 7018459.

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

Color convert

RGB21923107-
CMYK00.890.510.14
HSL334.29º80.99%47.45%-
HSV(B)334.29º89.5%85.88%-
XYZ32.1716.7315.44-
YUV91.18136.93219.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.75%
GREEN value IS 23 (9.38% from 255) = 6.59%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=62.75%
G=6.59%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192310700.890.510.14334.2980.9947.45
HexDB176B05933E14e512f
Octal333271530131631651612157
Binary110110111011111010110101100111001111101010011101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB176B; }

 p { color: rgb(219,23,107); }

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

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

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

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

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

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

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