#DD116A

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

Shades of Ruby #DD116A

Tints of Ruby #DD116A

Color information

#DD116A (or 0xDD116A) is unknown color: approx Ruby. HEX triplet: DD, 11 and 6A. RGB value is (221,17,106). Sum of RGB (Red+Green+Blue) = 221+17+106=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD116A is #22EE95. Grayscale: #575757. Windows color (decimal): -2289302 or 6951389. OLE color: 6951389.

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

Color convert

RGB22117106-
CMYK00.920.520.13
HSL333.82º85.71%46.67%-
HSV(B)333.82º92.31%86.67%-
XYZ32.6216.8115.16-
YUV88.14138.09222.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.24%
GREEN value IS 17 (7.03% from 255) = 4.94%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=64.24%
G=4.94%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211710600.920.520.13333.8285.7146.67
HexDD116A05C34D14e562f
Octal335211520134641551612657
Binary110111011000111010100101110011010011011010011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD116A; }

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

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

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

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

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

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

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

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