Shades of Ruby #D82068
Tints of Ruby #D82068
RGB
CMYK
RGB Variations
Color information
#D82068 (or 0xD82068) is known color: Ruby. HEX triplet: D8, 20 and 68. RGB value is (216,32,104). Sum of RGB (Red+Green+Blue) = 216+32+104=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D82068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82068 is #27DF97. Grayscale: #5F5F5F. Windows color (decimal): -2613144 or 6824152. OLE color: 6824152.
HSL color Cylindrical-coordinate representation of color #D82068: hue angle of 336.52º 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 #D82068 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 104 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.15 |
| HSL | 336.52º | 0.74% | 0.49% | - |
| HSV(B) | 336.52º | 0.85% | 0.85% | - |
| XYZ | 31.33 | 16.63 | 14.66 | - |
| YUV | 95.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 104 | 0 | 0.85 | 0.52 | 0.15 | 336.52 | 0.74 | 0.49 |
| Hex | D8 | 20 | 68 | 0 | 55 | 34 | F | 151 | 4A | 31 |
| Octal | 330 | 40 | 150 | 0 | 125 | 64 | 17 | 521 | 112 | 61 |
| Binary | 11011000 | 100000 | 1101000 | 0 | 1010101 | 110100 | 1111 | 101010001 | 1001010 | 110001 |
Color Harmonies of #D82068
Complementary color
Monochromatic Colors of #D82068
Black with #D82068
Text Example
Text Example
White with #D82068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82068; }
p { color: rgb(216,32,104); }
H1.HeaderClassName
{
color: #D82068;
}
.AnyTagClassName
{
color: #D82068;
}
</style>
background-color css
<style>
a { background-color: #D82068; }
a { background-color: rgb(216,32,104); }
div.DivClassName
{
background-color: #D82068;
}
.BgClassName
{
background-color: #D82068;
}
</style>
border-color css
<style>
span { border-color: #D82068; }
span { border-color: rgb(216,32,104); }
td.TdClassName
{
border-color: #D82068;
}
.TagClassName
{
border-color: #D82068;
}
</style>