Shades of Ruby #D6036B
Tints of Ruby #D6036B
RGB
CMYK
RGB Variations
Color information
#D6036B (or 0xD6036B) is known color: Ruby. HEX triplet: D6, 03 and 6B. RGB value is (214,3,107). Sum of RGB (Red+Green+Blue) = 214+3+107=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6036B is #29FC94. Grayscale: #4D4D4D. Windows color (decimal): -2751637 or 7013334. OLE color: 7013334.
HSL color Cylindrical-coordinate representation of color #D6036B: hue angle of 330.43º 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 #D6036B is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.16 |
| HSL | 330.43º | 0.97% | 0.43% | - |
| HSV(B) | 330.43º | 0.99% | 0.84% | - |
| XYZ | 30.42 | 15.42 | 15.28 | - |
| YUV | 77.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 107 | 0 | 0.99 | 0.50 | 0.16 | 330.43 | 0.97 | 0.43 |
| Hex | D6 | 3 | 6B | 0 | 63 | 32 | 10 | 14A | 61 | 2B |
| Octal | 326 | 3 | 153 | 0 | 143 | 62 | 20 | 512 | 141 | 53 |
| Binary | 11010110 | 11 | 1101011 | 0 | 1100011 | 110010 | 10000 | 101001010 | 1100001 | 101011 |
Color Harmonies of #D6036B
Complementary color
Monochromatic Colors of #D6036B
Black with #D6036B
Text Example
Text Example
White with #D6036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6036B; }
p { color: rgb(214,3,107); }
H1.HeaderClassName
{
color: #D6036B;
}
.AnyTagClassName
{
color: #D6036B;
}
</style>
background-color css
<style>
a { background-color: #D6036B; }
a { background-color: rgb(214,3,107); }
div.DivClassName
{
background-color: #D6036B;
}
.BgClassName
{
background-color: #D6036B;
}
</style>
border-color css
<style>
span { border-color: #D6036B; }
span { border-color: rgb(214,3,107); }
td.TdClassName
{
border-color: #D6036B;
}
.TagClassName
{
border-color: #D6036B;
}
</style>