#D10C5E

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

Shades of Ruby #D10C5E

Tints of Ruby #D10C5E

Color information

#D10C5E (or 0xD10C5E) is unknown color: approx Ruby. HEX triplet: D1, 0C and 5E. RGB value is (209,12,94). Sum of RGB (Red+Green+Blue) = 209+12+94=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C5E is #2EF3A1. Grayscale: #505050. Windows color (decimal): -3077026 or 6163665. OLE color: 6163665.

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

Color convert

RGB2091294-
CMYK00.940.550.18
HSL335.03º89.14%43.33%-
HSV(B)335.03º94.26%81.96%-
XYZ28.4514.6311.91-
YUV80.25135.77219.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.35%
GREEN value IS 12 (5.08% from 255) = 3.81%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=66.35%
G=3.81%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209129400.940.550.18335.0389.1443.33
HexD1C5E05E371214f592b
Octal321141360136672251713153
Binary110100011100101111001011110110111100101010011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C5E; }

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

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

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

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

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

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

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

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