#D00C6B

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

Shades of Ruby #D00C6B

Tints of Ruby #D00C6B

Color information

#D00C6B (or 0xD00C6B) is unknown color: approx Ruby. HEX triplet: D0, 0C and 6B. RGB value is (208,12,107). Sum of RGB (Red+Green+Blue) = 208+12+107=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00C6B is #2FF394. Grayscale: #515151. Windows color (decimal): -3142549 or 7015632. OLE color: 7015632.

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

Color convert

RGB20812107-
CMYK00.940.490.18
HSL330.92º89.09%43.14%-
HSV(B)330.92º94.23%81.57%-
XYZ28.814.7315.24-
YUV81.43142.43218.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=63.61%
G=3.67%
B=32.72%

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
Decimal2081210700.940.490.18330.9289.0943.14
HexD0C6B05E311214b592b
Octal320141530136612251313153
Binary110100001100110101101011110110001100101010010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00C6B; }

 p { color: rgb(208,12,107); }

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

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

 a { background-color: rgb(208,12,107); }

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

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

 span { border-color: rgb(208,12,107); }

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