#D92059

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

Shades of Ruby #D92059

Tints of Ruby #D92059

Color information

#D92059 (or 0xD92059) is unknown color: approx Ruby. HEX triplet: D9, 20 and 59. RGB value is (217,32,89). Sum of RGB (Red+Green+Blue) = 217+32+89=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D92059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92059 is #26DFA6. Grayscale: #5D5D5D. Windows color (decimal): -2547623 or 5841113. OLE color: 5841113.

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

Color convert

RGB2173289-
CMYK00.850.590.15
HSL341.51º74.3%48.82%-
HSV(B)341.51º85.25%85.1%-
XYZ30.9316.5111.01-
YUV93.81125.29215.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 64.20%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=64.20%
G=9.47%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217328900.850.590.15341.5174.348.82
HexD920590553BF1564a31
Octal331401310125731752611261
Binary1101100110000010110010101010111101111111010101101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92059; }

 p { color: rgb(217,32,89); }

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

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

 a { background-color: rgb(217,32,89); }

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

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

 span { border-color: rgb(217,32,89); }

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