Shades of Ruby #D2016E
Tints of Ruby #D2016E
RGB
CMYK
RGB Variations
Color information
#D2016E (or 0xD2016E) is known color: Ruby. HEX triplet: D2, 01 and 6E. RGB value is (210,1,110). Sum of RGB (Red+Green+Blue) = 210+1+110=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2016E is #2DFE91. Grayscale: #4B4B4B. Windows color (decimal): -3014290 or 7209426. OLE color: 7209426.
HSL color Cylindrical-coordinate representation of color #D2016E: hue angle of 328.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2016E is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 110 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.18 |
| HSL | 328.71º | 0.99% | 0.41% | - |
| HSV(B) | 328.71º | 1% | 0.82% | - |
| XYZ | 29.4 | 14.85 | 16.07 | - |
| YUV | 75.92 | 147.24 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 110 | 0 | 1.00 | 0.48 | 0.18 | 328.71 | 0.99 | 0.41 |
| Hex | D2 | 1 | 6E | 0 | 64 | 30 | 12 | 149 | 63 | 29 |
| Octal | 322 | 1 | 156 | 0 | 144 | 60 | 22 | 511 | 143 | 51 |
| Binary | 11010010 | 1 | 1101110 | 0 | 1100100 | 110000 | 10010 | 101001001 | 1100011 | 101001 |
Color Harmonies of #D2016E
Complementary color
Monochromatic Colors of #D2016E
Black with #D2016E
Text Example
Text Example
White with #D2016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2016E; }
p { color: rgb(210,1,110); }
H1.HeaderClassName
{
color: #D2016E;
}
.AnyTagClassName
{
color: #D2016E;
}
</style>
background-color css
<style>
a { background-color: #D2016E; }
a { background-color: rgb(210,1,110); }
div.DivClassName
{
background-color: #D2016E;
}
.BgClassName
{
background-color: #D2016E;
}
</style>
border-color css
<style>
span { border-color: #D2016E; }
span { border-color: rgb(210,1,110); }
td.TdClassName
{
border-color: #D2016E;
}
.TagClassName
{
border-color: #D2016E;
}
</style>