#DB066C

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

Shades of Ruby #DB066C

Tints of Ruby #DB066C

Color information

#DB066C (or 0xDB066C) is unknown color: approx Ruby. HEX triplet: DB, 06 and 6C. RGB value is (219,6,108). Sum of RGB (Red+Green+Blue) = 219+6+108=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB066C is #24F993. Grayscale: #515151. Windows color (decimal): -2423188 or 7079643. OLE color: 7079643.

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

Color convert

RGB2196108-
CMYK00.970.510.14
HSL331.27º94.67%44.12%-
HSV(B)331.27º97.26%85.88%-
XYZ31.9916.2715.64-
YUV81.32143.07226.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.77%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=65.77%
G=1.80%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219610800.970.510.14331.2794.6744.12
HexDB66C06133E14b5f2c
Octal33361540141631651313754
Binary1101101111011011000110000111001111101010010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB066C; }

 p { color: rgb(219,6,108); }

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

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

 a { background-color: rgb(219,6,108); }

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

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

 span { border-color: rgb(219,6,108); }

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