Shades of Ruby #D20468
Tints of Ruby #D20468
RGB
CMYK
RGB Variations
Color information
#D20468 (or 0xD20468) is known color: Ruby. HEX triplet: D2, 04 and 68. RGB value is (210,4,104). Sum of RGB (Red+Green+Blue) = 210+4+104=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D20468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20468 is #2DFB97. Grayscale: #4C4C4C. Windows color (decimal): -3013528 or 6816978. OLE color: 6816978.
HSL color Cylindrical-coordinate representation of color #D20468: hue angle of 330.87º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20468 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.18 |
| HSL | 330.87º | 0.96% | 0.42% | - |
| HSV(B) | 330.87º | 0.98% | 0.82% | - |
| XYZ | 29.12 | 14.79 | 14.42 | - |
| YUV | 76.99 | 143.25 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 104 | 0 | 0.98 | 0.50 | 0.18 | 330.87 | 0.96 | 0.42 |
| Hex | D2 | 4 | 68 | 0 | 62 | 32 | 12 | 14B | 60 | 2A |
| Octal | 322 | 4 | 150 | 0 | 142 | 62 | 22 | 513 | 140 | 52 |
| Binary | 11010010 | 100 | 1101000 | 0 | 1100010 | 110010 | 10010 | 101001011 | 1100000 | 101010 |
Color Harmonies of #D20468
Complementary color
Monochromatic Colors of #D20468
Black with #D20468
Text Example
Text Example
White with #D20468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20468; }
p { color: rgb(210,4,104); }
H1.HeaderClassName
{
color: #D20468;
}
.AnyTagClassName
{
color: #D20468;
}
</style>
background-color css
<style>
a { background-color: #D20468; }
a { background-color: rgb(210,4,104); }
div.DivClassName
{
background-color: #D20468;
}
.BgClassName
{
background-color: #D20468;
}
</style>
border-color css
<style>
span { border-color: #D20468; }
span { border-color: rgb(210,4,104); }
td.TdClassName
{
border-color: #D20468;
}
.TagClassName
{
border-color: #D20468;
}
</style>