Shades of Ruby #D72068
Tints of Ruby #D72068
RGB
CMYK
RGB Variations
Color information
#D72068 (or 0xD72068) is known color: Ruby. HEX triplet: D7, 20 and 68. RGB value is (215,32,104). Sum of RGB (Red+Green+Blue) = 215+32+104=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D72068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72068 is #28DF97. Grayscale: #5E5E5E. Windows color (decimal): -2678680 or 6824151. OLE color: 6824151.
HSL color Cylindrical-coordinate representation of color #D72068: hue angle of 336.39º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72068 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 104 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.16 |
| HSL | 336.39º | 0.74% | 0.48% | - |
| HSV(B) | 336.39º | 0.85% | 0.84% | - |
| XYZ | 31.04 | 16.48 | 14.64 | - |
| YUV | 94.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 104 | 0 | 0.85 | 0.52 | 0.16 | 336.39 | 0.74 | 0.48 |
| Hex | D7 | 20 | 68 | 0 | 55 | 34 | 10 | 150 | 4A | 30 |
| Octal | 327 | 40 | 150 | 0 | 125 | 64 | 20 | 520 | 112 | 60 |
| Binary | 11010111 | 100000 | 1101000 | 0 | 1010101 | 110100 | 10000 | 101010000 | 1001010 | 110000 |
Color Harmonies of #D72068
Complementary color
Monochromatic Colors of #D72068
Black with #D72068
Text Example
Text Example
White with #D72068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72068; }
p { color: rgb(215,32,104); }
H1.HeaderClassName
{
color: #D72068;
}
.AnyTagClassName
{
color: #D72068;
}
</style>
background-color css
<style>
a { background-color: #D72068; }
a { background-color: rgb(215,32,104); }
div.DivClassName
{
background-color: #D72068;
}
.BgClassName
{
background-color: #D72068;
}
</style>
border-color css
<style>
span { border-color: #D72068; }
span { border-color: rgb(215,32,104); }
td.TdClassName
{
border-color: #D72068;
}
.TagClassName
{
border-color: #D72068;
}
</style>