#D90E70

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

Shades of Ruby #D90E70

Tints of Ruby #D90E70

Color information

#D90E70 (or 0xD90E70) is unknown color: approx Ruby. HEX triplet: D9, 0E and 70. RGB value is (217,14,112). Sum of RGB (Red+Green+Blue) = 217+14+112=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E70 is #26F18F. Grayscale: #555555. Windows color (decimal): -2552208 or 7343833. OLE color: 7343833.

HSL color Cylindrical-coordinate representation of color #D90E70: hue angle of 331.03º 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 #D90E70 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21714112-
CMYK00.940.480.15
HSL331.03º87.88%45.29%-
HSV(B)331.03º93.55%85.1%-
XYZ31.716.2416.79-
YUV85.87142.75221.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 14 (5.86% from 255) = 4.08%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=63.27%
G=4.08%
B=32.65%

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
Decimal2171411200.940.480.15331.0387.8845.29
HexD9E7005E30F14b582d
Octal331161600136601751313055
Binary11011001111011100000101111011000011111010010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90E70; }

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

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

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

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

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

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

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

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