#DB176A

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

Shades of Ruby #DB176A

Tints of Ruby #DB176A

Color information

#DB176A (or 0xDB176A) is unknown color: approx Ruby. HEX triplet: DB, 17 and 6A. RGB value is (219,23,106). Sum of RGB (Red+Green+Blue) = 219+23+106=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB176A is #24E895. Grayscale: #5A5A5A. Windows color (decimal): -2418838 or 6952923. OLE color: 6952923.

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

Color convert

RGB21923106-
CMYK00.890.520.14
HSL334.59º80.99%47.45%-
HSV(B)334.59º89.5%85.88%-
XYZ32.1216.7115.17-
YUV91.07136.43219.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.93%
GREEN value IS 23 (9.38% from 255) = 6.61%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=62.93%
G=6.61%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192310600.890.520.14334.5980.9947.45
HexDB176A05934E14f512f
Octal333271520131641651712157
Binary110110111011111010100101100111010011101010011111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB176A; }

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

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

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

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

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

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

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

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