Shades of Ruby #D3006C
Tints of Ruby #D3006C
RGB
CMYK
RGB Variations
Color information
#D3006C (or 0xD3006C) is known color: Ruby. HEX triplet: D3, 00 and 6C. RGB value is (211,0,108). Sum of RGB (Red+Green+Blue) = 211+0+108=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3006C is #2CFF93. Grayscale: #4B4B4B. Windows color (decimal): -2949012 or 7078099. OLE color: 7078099.
HSL color Cylindrical-coordinate representation of color #D3006C: hue angle of 329.29º 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 #D3006C is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.49 | 0.17 |
| HSL | 329.29º | 1% | 0.41% | - |
| HSV(B) | 329.29º | 1% | 0.83% | - |
| XYZ | 29.57 | 14.93 | 15.51 | - |
| YUV | 75.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 108 | 0 | 1 | 0.49 | 0.17 | 329.29 | 1 | 0.41 |
| Hex | D3 | 0 | 6C | 0 | 64 | 31 | 11 | 149 | 64 | 29 |
| Octal | 323 | 0 | 154 | 0 | 144 | 61 | 21 | 511 | 144 | 51 |
| Binary | 11010011 | 0 | 1101100 | 0 | 1100100 | 110001 | 10001 | 101001001 | 1100100 | 101001 |
Color Harmonies of #D3006C
Complementary color
Monochromatic Colors of #D3006C
Black with #D3006C
Text Example
Text Example
White with #D3006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3006C; }
p { color: rgb(211,0,108); }
H1.HeaderClassName
{
color: #D3006C;
}
.AnyTagClassName
{
color: #D3006C;
}
</style>
background-color css
<style>
a { background-color: #D3006C; }
a { background-color: rgb(211,0,108); }
div.DivClassName
{
background-color: #D3006C;
}
.BgClassName
{
background-color: #D3006C;
}
</style>
border-color css
<style>
span { border-color: #D3006C; }
span { border-color: rgb(211,0,108); }
td.TdClassName
{
border-color: #D3006C;
}
.TagClassName
{
border-color: #D3006C;
}
</style>