Shades of Ruby #D20462
Tints of Ruby #D20462
RGB
CMYK
RGB Variations
Color information
#D20462 (or 0xD20462) is known color: Ruby. HEX triplet: D2, 04 and 62. RGB value is (210,4,98). Sum of RGB (Red+Green+Blue) = 210+4+98=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D20462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20462 is #2DFB9D. Grayscale: #4C4C4C. Windows color (decimal): -3013534 or 6423762. OLE color: 6423762.
HSL color Cylindrical-coordinate representation of color #D20462: hue angle of 332.62º 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 #D20462 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.18 |
| HSL | 332.62º | 0.96% | 0.42% | - |
| HSV(B) | 332.62º | 0.98% | 0.82% | - |
| XYZ | 28.83 | 14.67 | 12.87 | - |
| YUV | 76.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 98 | 0 | 0.98 | 0.53 | 0.18 | 332.62 | 0.96 | 0.42 |
| Hex | D2 | 4 | 62 | 0 | 62 | 35 | 12 | 14D | 60 | 2A |
| Octal | 322 | 4 | 142 | 0 | 142 | 65 | 22 | 515 | 140 | 52 |
| Binary | 11010010 | 100 | 1100010 | 0 | 1100010 | 110101 | 10010 | 101001101 | 1100000 | 101010 |
Color Harmonies of #D20462
Complementary color
Monochromatic Colors of #D20462
Black with #D20462
Text Example
Text Example
White with #D20462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20462; }
p { color: rgb(210,4,98); }
H1.HeaderClassName
{
color: #D20462;
}
.AnyTagClassName
{
color: #D20462;
}
</style>
background-color css
<style>
a { background-color: #D20462; }
a { background-color: rgb(210,4,98); }
div.DivClassName
{
background-color: #D20462;
}
.BgClassName
{
background-color: #D20462;
}
</style>
border-color css
<style>
span { border-color: #D20462; }
span { border-color: rgb(210,4,98); }
td.TdClassName
{
border-color: #D20462;
}
.TagClassName
{
border-color: #D20462;
}
</style>