#D91075

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

Shades of Ruby #D91075

Tints of Ruby #D91075

Color information

#D91075 (or 0xD91075) is unknown color: approx Ruby. HEX triplet: D9, 10 and 75. RGB value is (217,16,117). Sum of RGB (Red+Green+Blue) = 217+16+117=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D91075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91075 is #26EF8A. Grayscale: #575757. Windows color (decimal): -2551691 or 7672025. OLE color: 7672025.

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

Color convert

RGB21716117-
CMYK00.930.460.15
HSL329.85º86.27%45.69%-
HSV(B)329.85º92.63%85.1%-
XYZ32.0116.4118.31-
YUV87.61144.59220.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=62%
G=4.57%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171611700.930.460.15329.8586.2745.69
HexD9107505D2EF14a562e
Octal331201650135561751212656
Binary110110011000011101010101110110111011111010010101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91075; }

 p { color: rgb(217,16,117); }

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

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

 a { background-color: rgb(217,16,117); }

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

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

 span { border-color: rgb(217,16,117); }

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