#d91a6e

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

Shades of Ruby #D91A6E

Tints of Ruby #D91A6E

Color information

#D91A6E (or 0xD91A6E) is unknown color: approx Ruby. HEX triplet: D9, 1A and 6E. RGB value is (217,26,110). Sum of RGB (Red+Green+Blue) = 217+26+110=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91A6E is #26E591. Grayscale: #5C5C5C. Windows color (decimal): -2549138 or 7215833. OLE color: 7215833.

HSL color Cylindrical-coordinate representation of color #D91A6E: hue angle of 333.61º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A6E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21726110-
CMYK00.880.490.15
HSL333.61º78.6%47.65%-
HSV(B)333.61º88.02%85.1%-
XYZ31.816.6216.28-
YUV92.68137.78216.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.47%
GREEN value IS 26 (10.55% from 255) = 7.37%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=61.47%
G=7.37%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172611000.880.490.15333.6178.647.65
HexD91A6E05831F14e4f30
Octal331321560130611751611760
Binary110110011101011011100101100011000111111010011101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d91a6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d91a6e; }

 p { color: rgb(217,26,110); }

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

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

 a { background-color: rgb(217,26,110); }

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

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

 span { border-color: rgb(217,26,110); }

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