#D90C61

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

Shades of Ruby #D90C61

Tints of Ruby #D90C61

Color information

#D90C61 (or 0xD90C61) is unknown color: approx Ruby. HEX triplet: D9, 0C and 61. RGB value is (217,12,97). Sum of RGB (Red+Green+Blue) = 217+12+97=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C61 is #26F39E. Grayscale: #525252. Windows color (decimal): -2552735 or 6360281. OLE color: 6360281.

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

Color convert

RGB2171297-
CMYK00.940.550.15
HSL335.12º89.52%44.9%-
HSV(B)335.12º94.47%85.1%-
XYZ30.915.8812.75-
YUV82.98135.92223.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 66.56%
GREEN value IS 12 (5.08% from 255) = 3.68%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=66.56%
G=3.68%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217129700.940.550.15335.1289.5244.9
HexD9C6105E37F14f5a2d
Octal331141410136671751713255
Binary11011001110011000010101111011011111111010011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90C61; }

 p { color: rgb(217,12,97); }

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

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

 a { background-color: rgb(217,12,97); }

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

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

 span { border-color: rgb(217,12,97); }

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