#D11052

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

Shades of Ruby #D11052

Tints of Ruby #D11052

Color information

#D11052 (or 0xD11052) is unknown color: approx Ruby. HEX triplet: D1, 10 and 52. RGB value is (209,16,82). Sum of RGB (Red+Green+Blue) = 209+16+82=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D11052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11052 is #2EEFAD. Grayscale: #515151. Windows color (decimal): -3076014 or 5378257. OLE color: 5378257.

HSL color Cylindrical-coordinate representation of color #D11052: hue angle of 339.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11052 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB2091682-
CMYK00.920.610.18
HSL339.48º85.78%44.12%-
HSV(B)339.48º92.34%81.96%-
XYZ2814.549.31-
YUV81.23128.44219.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 68.08%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=68.08%
G=5.21%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209168200.920.610.18339.4885.7844.12
HexD1105205C3D12153562c
Octal321201220134752252312654
Binary1101000110000101001001011100111101100101010100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11052; }

 p { color: rgb(209,16,82); }

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

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

 a { background-color: rgb(209,16,82); }

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

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

 span { border-color: rgb(209,16,82); }

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