Shades of Ruby #D20268
Tints of Ruby #D20268
RGB
CMYK
RGB Variations
Color information
#D20268 (or 0xD20268) is known color: Ruby. HEX triplet: D2, 02 and 68. RGB value is (210,2,104). Sum of RGB (Red+Green+Blue) = 210+2+104=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D20268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20268 is #2DFD97. Grayscale: #4B4B4B. Windows color (decimal): -3014040 or 6816466. OLE color: 6816466.
HSL color Cylindrical-coordinate representation of color #D20268: hue angle of 330.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20268 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.18 |
| HSL | 330.58º | 0.98% | 0.42% | - |
| HSV(B) | 330.58º | 0.99% | 0.82% | - |
| XYZ | 29.1 | 14.74 | 14.41 | - |
| YUV | 75.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 104 | 0 | 0.99 | 0.50 | 0.18 | 330.58 | 0.98 | 0.42 |
| Hex | D2 | 2 | 68 | 0 | 63 | 32 | 12 | 14B | 62 | 2A |
| Octal | 322 | 2 | 150 | 0 | 143 | 62 | 22 | 513 | 142 | 52 |
| Binary | 11010010 | 10 | 1101000 | 0 | 1100011 | 110010 | 10010 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D20268
Complementary color
Monochromatic Colors of #D20268
Black with #D20268
Text Example
Text Example
White with #D20268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20268; }
p { color: rgb(210,2,104); }
H1.HeaderClassName
{
color: #D20268;
}
.AnyTagClassName
{
color: #D20268;
}
</style>
background-color css
<style>
a { background-color: #D20268; }
a { background-color: rgb(210,2,104); }
div.DivClassName
{
background-color: #D20268;
}
.BgClassName
{
background-color: #D20268;
}
</style>
border-color css
<style>
span { border-color: #D20268; }
span { border-color: rgb(210,2,104); }
td.TdClassName
{
border-color: #D20268;
}
.TagClassName
{
border-color: #D20268;
}
</style>