Shades of Ruby #D6036C
Tints of Ruby #D6036C
RGB
CMYK
RGB Variations
Color information
#D6036C (or 0xD6036C) is known color: Ruby. HEX triplet: D6, 03 and 6C. RGB value is (214,3,108). Sum of RGB (Red+Green+Blue) = 214+3+108=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6036C is #29FC93. Grayscale: #4D4D4D. Windows color (decimal): -2751636 or 7078870. OLE color: 7078870.
HSL color Cylindrical-coordinate representation of color #D6036C: hue angle of 330.14º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6036C is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.16 |
| HSL | 330.14º | 0.97% | 0.43% | - |
| HSV(B) | 330.14º | 0.99% | 0.84% | - |
| XYZ | 30.47 | 15.44 | 15.56 | - |
| YUV | 78.06 | 144.9 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 108 | 0 | 0.99 | 0.50 | 0.16 | 330.14 | 0.97 | 0.43 |
| Hex | D6 | 3 | 6C | 0 | 63 | 32 | 10 | 14A | 61 | 2B |
| Octal | 326 | 3 | 154 | 0 | 143 | 62 | 20 | 512 | 141 | 53 |
| Binary | 11010110 | 11 | 1101100 | 0 | 1100011 | 110010 | 10000 | 101001010 | 1100001 | 101011 |
Color Harmonies of #D6036C
Complementary color
Monochromatic Colors of #D6036C
Black with #D6036C
Text Example
Text Example
White with #D6036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6036C; }
p { color: rgb(214,3,108); }
H1.HeaderClassName
{
color: #D6036C;
}
.AnyTagClassName
{
color: #D6036C;
}
</style>
background-color css
<style>
a { background-color: #D6036C; }
a { background-color: rgb(214,3,108); }
div.DivClassName
{
background-color: #D6036C;
}
.BgClassName
{
background-color: #D6036C;
}
</style>
border-color css
<style>
span { border-color: #D6036C; }
span { border-color: rgb(214,3,108); }
td.TdClassName
{
border-color: #D6036C;
}
.TagClassName
{
border-color: #D6036C;
}
</style>