#D11968

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

Shades of Ruby #D11968

Tints of Ruby #D11968

Color information

#D11968 (or 0xD11968) is unknown color: approx Ruby. HEX triplet: D1, 19 and 68. RGB value is (209,25,104). Sum of RGB (Red+Green+Blue) = 209+25+104=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11968 is #2EE697. Grayscale: #585858. Windows color (decimal): -3073688 or 6822353. OLE color: 6822353.

HSL color Cylindrical-coordinate representation of color #D11968: hue angle of 334.24º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11968 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20925104-
CMYK00.880.500.18
HSL334.24º78.63%45.88%-
HSV(B)334.24º88.04%81.96%-
XYZ29.1415.2514.5-
YUV89.02136.46213.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.83%
GREEN value IS 25 (10.16% from 255) = 7.40%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=61.83%
G=7.40%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092510400.880.500.18334.2478.6345.88
HexD11968058321214e4f2e
Octal321311500130622251611756
Binary1101000111001110100001011000110010100101010011101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11968; }

 p { color: rgb(209,25,104); }

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

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

 a { background-color: rgb(209,25,104); }

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

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

 span { border-color: rgb(209,25,104); }

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