#D90472

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

Shades of Ruby #D90472

Tints of Ruby #D90472

Color information

#D90472 (or 0xD90472) is unknown color: approx Ruby. HEX triplet: D9, 04 and 72. RGB value is (217,4,114). Sum of RGB (Red+Green+Blue) = 217+4+114=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D90472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90472 is #26FB8D. Grayscale: #505050. Windows color (decimal): -2554766 or 7472345. OLE color: 7472345.

HSL color Cylindrical-coordinate representation of color #D90472: hue angle of 329.01º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90472 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB2174114-
CMYK00.980.470.15
HSL329.01º96.38%43.33%-
HSV(B)329.01º98.16%85.1%-
XYZ31.716.0517.35-
YUV80.23147.07225.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.78%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=64.78%
G=1.19%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217411400.980.470.15329.0196.3843.33
HexD94720622FF149602b
Octal33141620142571751114053
Binary1101100110011100100110001010111111111010010011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90472; }

 p { color: rgb(217,4,114); }

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

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

 a { background-color: rgb(217,4,114); }

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

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

 span { border-color: rgb(217,4,114); }

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