#D61659

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

Shades of Ruby #D61659

Tints of Ruby #D61659

Color information

#D61659 (or 0xD61659) is unknown color: approx Ruby. HEX triplet: D6, 16 and 59. RGB value is (214,22,89). Sum of RGB (Red+Green+Blue) = 214+22+89=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D61659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61659 is #29E9A6. Grayscale: #565656. Windows color (decimal): -2746791 or 5838550. OLE color: 5838550.

HSL color Cylindrical-coordinate representation of color #D61659: hue angle of 339.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61659 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2142289-
CMYK00.900.580.16
HSL339.06º81.36%46.27%-
HSV(B)339.06º89.72%83.92%-
XYZ29.8215.5910.89-
YUV87.05129.11218.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 65.85%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=65.85%
G=6.77%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214228900.900.580.16339.0681.3646.27
HexD6165905A3A10153512e
Octal326261310132722052312156
Binary1101011010110101100101011010111010100001010100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61659; }

 p { color: rgb(214,22,89); }

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

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

 a { background-color: rgb(214,22,89); }

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

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

 span { border-color: rgb(214,22,89); }

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