Shades of Ruby #D20470
Tints of Ruby #D20470
RGB
CMYK
RGB Variations
Color information
#D20470 (or 0xD20470) is known color: Ruby. HEX triplet: D2, 04 and 70. RGB value is (210,4,112). Sum of RGB (Red+Green+Blue) = 210+4+112=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D20470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20470 is #2DFB8F. Grayscale: #4D4D4D. Windows color (decimal): -3013520 or 7341266. OLE color: 7341266.
HSL color Cylindrical-coordinate representation of color #D20470: hue angle of 328.54º 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 #D20470 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.18 |
| HSL | 328.54º | 0.96% | 0.42% | - |
| HSV(B) | 328.54º | 0.98% | 0.82% | - |
| XYZ | 29.55 | 14.96 | 16.66 | - |
| YUV | 77.91 | 147.25 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 112 | 0 | 0.98 | 0.47 | 0.18 | 328.54 | 0.96 | 0.42 |
| Hex | D2 | 4 | 70 | 0 | 62 | 2F | 12 | 149 | 60 | 2A |
| Octal | 322 | 4 | 160 | 0 | 142 | 57 | 22 | 511 | 140 | 52 |
| Binary | 11010010 | 100 | 1110000 | 0 | 1100010 | 101111 | 10010 | 101001001 | 1100000 | 101010 |
Color Harmonies of #D20470
Complementary color
Monochromatic Colors of #D20470
Black with #D20470
Text Example
Text Example
White with #D20470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20470; }
p { color: rgb(210,4,112); }
H1.HeaderClassName
{
color: #D20470;
}
.AnyTagClassName
{
color: #D20470;
}
</style>
background-color css
<style>
a { background-color: #D20470; }
a { background-color: rgb(210,4,112); }
div.DivClassName
{
background-color: #D20470;
}
.BgClassName
{
background-color: #D20470;
}
</style>
border-color css
<style>
span { border-color: #D20470; }
span { border-color: rgb(210,4,112); }
td.TdClassName
{
border-color: #D20470;
}
.TagClassName
{
border-color: #D20470;
}
</style>