#D91F5A

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

Shades of Ruby #D91F5A

Tints of Ruby #D91F5A

Color information

#D91F5A (or 0xD91F5A) is unknown color: approx Ruby. HEX triplet: D9, 1F and 5A. RGB value is (217,31,90). Sum of RGB (Red+Green+Blue) = 217+31+90=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91F5A is #26E0A5. Grayscale: #5D5D5D. Windows color (decimal): -2547878 or 5906393. OLE color: 5906393.

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

Color convert

RGB2173190-
CMYK00.860.590.15
HSL340.97º75%48.63%-
HSV(B)340.97º85.71%85.1%-
XYZ30.9516.4711.22-
YUV93.34126.12216.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.20%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 90 (35.55% from 255) = 26.63%
R=64.20%
G=9.17%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217319000.860.590.15340.977548.63
HexD91F5A0563BF1554b31
Octal331371320126731752511361
Binary110110011111110110100101011011101111111010101011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91F5A; }

 p { color: rgb(217,31,90); }

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

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

 a { background-color: rgb(217,31,90); }

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

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

 span { border-color: rgb(217,31,90); }

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