#D10C62

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

Shades of Ruby #D10C62

Tints of Ruby #D10C62

Color information

#D10C62 (or 0xD10C62) is unknown color: approx Ruby. HEX triplet: D1, 0C and 62. RGB value is (209,12,98). Sum of RGB (Red+Green+Blue) = 209+12+98=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C62 is #2EF39D. Grayscale: #505050. Windows color (decimal): -3077022 or 6425809. OLE color: 6425809.

HSL color Cylindrical-coordinate representation of color #D10C62: hue angle of 333.81º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C62 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB2091298-
CMYK00.940.530.18
HSL333.81º89.14%43.33%-
HSV(B)333.81º94.26%81.96%-
XYZ28.6314.712.88-
YUV80.71137.77219.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.52%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=65.52%
G=3.76%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209129800.940.530.18333.8189.1443.33
HexD1C6205E351214e592b
Octal321141420136652251613153
Binary110100011100110001001011110110101100101010011101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C62; }

 p { color: rgb(209,12,98); }

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

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

 a { background-color: rgb(209,12,98); }

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

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

 span { border-color: rgb(209,12,98); }

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