Shades of Ruby #D8206A
Tints of Ruby #D8206A
RGB
CMYK
RGB Variations
Color information
#D8206A (or 0xD8206A) is known color: Ruby. HEX triplet: D8, 20 and 6A. RGB value is (216,32,106). Sum of RGB (Red+Green+Blue) = 216+32+106=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D8206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8206A is #27DF95. Grayscale: #5F5F5F. Windows color (decimal): -2613142 or 6955224. OLE color: 6955224.
HSL color Cylindrical-coordinate representation of color #D8206A: hue angle of 335.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8206A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 106 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.15 |
| HSL | 335.87º | 0.74% | 0.49% | - |
| HSV(B) | 335.87º | 0.85% | 0.85% | - |
| XYZ | 31.44 | 16.67 | 15.2 | - |
| YUV | 95.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 106 | 0 | 0.85 | 0.51 | 0.15 | 335.87 | 0.74 | 0.49 |
| Hex | D8 | 20 | 6A | 0 | 55 | 33 | F | 150 | 4A | 31 |
| Octal | 330 | 40 | 152 | 0 | 125 | 63 | 17 | 520 | 112 | 61 |
| Binary | 11011000 | 100000 | 1101010 | 0 | 1010101 | 110011 | 1111 | 101010000 | 1001010 | 110001 |
Color Harmonies of #D8206A
Complementary color
Monochromatic Colors of #D8206A
Black with #D8206A
Text Example
Text Example
White with #D8206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8206A; }
p { color: rgb(216,32,106); }
H1.HeaderClassName
{
color: #D8206A;
}
.AnyTagClassName
{
color: #D8206A;
}
</style>
background-color css
<style>
a { background-color: #D8206A; }
a { background-color: rgb(216,32,106); }
div.DivClassName
{
background-color: #D8206A;
}
.BgClassName
{
background-color: #D8206A;
}
</style>
border-color css
<style>
span { border-color: #D8206A; }
span { border-color: rgb(216,32,106); }
td.TdClassName
{
border-color: #D8206A;
}
.TagClassName
{
border-color: #D8206A;
}
</style>