#D91266

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

Shades of Ruby #D91266

Tints of Ruby #D91266

Color information

#D91266 (or 0xD91266) is unknown color: approx Ruby. HEX triplet: D9, 12 and 66. RGB value is (217,18,102). Sum of RGB (Red+Green+Blue) = 217+18+102=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D91266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91266 is #26ED99. Grayscale: #565656. Windows color (decimal): -2551194 or 6689497. OLE color: 6689497.

HSL color Cylindrical-coordinate representation of color #D91266: hue angle of 334.67º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91266 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB21718102-
CMYK00.920.530.15
HSL334.67º84.68%46.08%-
HSV(B)334.67º91.71%85.1%-
XYZ31.2316.1414.04-
YUV87.08136.43220.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.39%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=64.39%
G=5.34%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171810200.920.530.15334.6784.6846.08
HexD9126605C35F14f552e
Octal331221460134651751712556
Binary110110011001011001100101110011010111111010011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91266; }

 p { color: rgb(217,18,102); }

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

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

 a { background-color: rgb(217,18,102); }

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

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

 span { border-color: rgb(217,18,102); }

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