Shades of Ruby #D3006F
Tints of Ruby #D3006F
RGB
CMYK
RGB Variations
Color information
#D3006F (or 0xD3006F) is known color: Ruby. HEX triplet: D3, 00 and 6F. RGB value is (211,0,111). Sum of RGB (Red+Green+Blue) = 211+0+111=322 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.53% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 211 - color contains mainly: red. Hex color #D3006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3006F is #2CFF90. Grayscale: #4B4B4B. Windows color (decimal): -2949009 or 7274707. OLE color: 7274707.
HSL color Cylindrical-coordinate representation of color #D3006F: hue angle of 328.44º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3006F is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.47 | 0.17 |
| HSL | 328.44º | 1% | 0.41% | - |
| HSV(B) | 328.44º | 1% | 0.83% | - |
| XYZ | 29.73 | 15 | 16.37 | - |
| YUV | 75.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 111 | 0 | 1 | 0.47 | 0.17 | 328.44 | 1 | 0.41 |
| Hex | D3 | 0 | 6F | 0 | 64 | 2F | 11 | 148 | 64 | 29 |
| Octal | 323 | 0 | 157 | 0 | 144 | 57 | 21 | 510 | 144 | 51 |
| Binary | 11010011 | 0 | 1101111 | 0 | 1100100 | 101111 | 10001 | 101001000 | 1100100 | 101001 |
Color Harmonies of #D3006F
Complementary color
Monochromatic Colors of #D3006F
Black with #D3006F
Text Example
Text Example
White with #D3006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3006F; }
p { color: rgb(211,0,111); }
H1.HeaderClassName
{
color: #D3006F;
}
.AnyTagClassName
{
color: #D3006F;
}
</style>
background-color css
<style>
a { background-color: #D3006F; }
a { background-color: rgb(211,0,111); }
div.DivClassName
{
background-color: #D3006F;
}
.BgClassName
{
background-color: #D3006F;
}
</style>
border-color css
<style>
span { border-color: #D3006F; }
span { border-color: rgb(211,0,111); }
td.TdClassName
{
border-color: #D3006F;
}
.TagClassName
{
border-color: #D3006F;
}
</style>