#DD1166

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

Shades of Ruby #DD1166

Tints of Ruby #DD1166

Color information

#DD1166 (or 0xDD1166) is unknown color: approx Ruby. HEX triplet: DD, 11 and 66. RGB value is (221,17,102). Sum of RGB (Red+Green+Blue) = 221+17+102=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1166 is #22EE99. Grayscale: #575757. Windows color (decimal): -2289306 or 6689245. OLE color: 6689245.

HSL color Cylindrical-coordinate representation of color #DD1166: hue angle of 335º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1166 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22117102-
CMYK00.920.540.13
HSL335º85.71%46.67%-
HSV(B)335º92.31%86.67%-
XYZ32.4216.7314.09-
YUV87.69136.09223.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 65%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 102 (40.23% from 255) = 30%
R=65%
G=5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211710200.920.540.1333585.7146.67
HexDD116605C36D14f562f
Octal335211460134661551712657
Binary110111011000111001100101110011011011011010011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1166; }

 p { color: rgb(221,17,102); }

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

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

 a { background-color: rgb(221,17,102); }

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

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

 span { border-color: rgb(221,17,102); }

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