#DB1866

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

Shades of Ruby #DB1866

Tints of Ruby #DB1866

Color information

#DB1866 (or 0xDB1866) is unknown color: approx Ruby. HEX triplet: DB, 18 and 66. RGB value is (219,24,102). Sum of RGB (Red+Green+Blue) = 219+24+102=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1866 is #24E799. Grayscale: #5B5B5B. Windows color (decimal): -2418586 or 6691035. OLE color: 6691035.

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

Color convert

RGB21924102-
CMYK00.890.530.14
HSL336º80.25%47.65%-
HSV(B)336º89.04%85.88%-
XYZ31.9416.6714.11-
YUV91.2134.1219.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 63.48%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=63.48%
G=6.96%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192410200.890.530.1433680.2547.65
HexDB186605935E1505030
Octal333301460131651652012060
Binary110110111100011001100101100111010111101010100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1866; }

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

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

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

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

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

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

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

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