#D10F61

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

Shades of Ruby #D10F61

Tints of Ruby #D10F61

Color information

#D10F61 (or 0xD10F61) is unknown color: approx Ruby. HEX triplet: D1, 0F and 61. RGB value is (209,15,97). Sum of RGB (Red+Green+Blue) = 209+15+97=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F61 is #2EF09E. Grayscale: #525252. Windows color (decimal): -3076255 or 6361041. OLE color: 6361041.

HSL color Cylindrical-coordinate representation of color #D10F61: hue angle of 334.64º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F61 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2091597-
CMYK00.930.540.18
HSL334.64º86.61%43.92%-
HSV(B)334.64º92.82%81.96%-
XYZ28.6214.7612.65-
YUV82.35136.27218.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.11%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=65.11%
G=4.67%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209159700.930.540.18334.6486.6143.92
HexD1F6105D361214f572c
Octal321171410135662251712754
Binary110100011111110000101011101110110100101010011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10F61; }

 p { color: rgb(209,15,97); }

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

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

 a { background-color: rgb(209,15,97); }

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

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

 span { border-color: rgb(209,15,97); }

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