#D11E6B

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

Shades of Ruby #D11E6B

Tints of Ruby #D11E6B

Color information

#D11E6B (or 0xD11E6B) is unknown color: approx Ruby. HEX triplet: D1, 1E and 6B. RGB value is (209,30,107). Sum of RGB (Red+Green+Blue) = 209+30+107=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11E6B is #2EE194. Grayscale: #5C5C5C. Windows color (decimal): -3072405 or 7020241. OLE color: 7020241.

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

Color convert

RGB20930107-
CMYK00.860.490.18
HSL334.19º74.9%46.86%-
HSV(B)334.19º85.65%81.96%-
XYZ29.4115.5515.36-
YUV92.3136.3211.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 30 (12.11% from 255) = 8.67%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=60.40%
G=8.67%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093010700.860.490.18334.1974.946.86
HexD11E6B056311214e4b2f
Octal321361530126612251611357
Binary1101000111110110101101010110110001100101010011101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11E6B; }

 p { color: rgb(209,30,107); }

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

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

 a { background-color: rgb(209,30,107); }

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

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

 span { border-color: rgb(209,30,107); }

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