#D90E71

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

Shades of Ruby #D90E71

Tints of Ruby #D90E71

Color information

#D90E71 (or 0xD90E71) is unknown color: approx Ruby. HEX triplet: D9, 0E and 71. RGB value is (217,14,113). Sum of RGB (Red+Green+Blue) = 217+14+113=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E71 is #26F18E. Grayscale: #555555. Windows color (decimal): -2552207 or 7409369. OLE color: 7409369.

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

Color convert

RGB21714113-
CMYK00.940.480.15
HSL330.74º87.88%45.29%-
HSV(B)330.74º93.55%85.1%-
XYZ31.7516.2617.09-
YUV85.98143.25221.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.08%
GREEN value IS 14 (5.86% from 255) = 4.07%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=63.08%
G=4.07%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171411300.940.480.15330.7487.8845.29
HexD9E7105E30F14b582d
Octal331161610136601751313055
Binary11011001111011100010101111011000011111010010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90E71; }

 p { color: rgb(217,14,113); }

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

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

 a { background-color: rgb(217,14,113); }

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

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

 span { border-color: rgb(217,14,113); }

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