#D10C6A

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

Shades of Ruby #D10C6A

Tints of Ruby #D10C6A

Color information

#D10C6A (or 0xD10C6A) is unknown color: approx Ruby. HEX triplet: D1, 0C and 6A. RGB value is (209,12,106). Sum of RGB (Red+Green+Blue) = 209+12+106=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C6A is #2EF395. Grayscale: #515151. Windows color (decimal): -3077014 or 6950097. OLE color: 6950097.

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

Color convert

RGB20912106-
CMYK00.940.490.18
HSL331.37º89.14%43.33%-
HSV(B)331.37º94.26%81.96%-
XYZ29.0314.8614.97-
YUV81.62141.77218.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.91%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=63.91%
G=3.67%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091210600.940.490.18331.3789.1443.33
HexD1C6A05E311214b592b
Octal321141520136612251313153
Binary110100011100110101001011110110001100101010010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C6A; }

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

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

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

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

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

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

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

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