Shades of Ruby #D20370
Tints of Ruby #D20370
RGB
CMYK
RGB Variations
Color information
#D20370 (or 0xD20370) is known color: Ruby. HEX triplet: D2, 03 and 70. RGB value is (210,3,112). Sum of RGB (Red+Green+Blue) = 210+3+112=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D20370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20370 is #2DFC8F. Grayscale: #4D4D4D. Windows color (decimal): -3013776 or 7341010. OLE color: 7341010.
HSL color Cylindrical-coordinate representation of color #D20370: hue angle of 328.41º degrees, saturation: 0.97, 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 #D20370 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.18 |
| HSL | 328.41º | 0.97% | 0.42% | - |
| HSV(B) | 328.41º | 0.99% | 0.82% | - |
| XYZ | 29.54 | 14.94 | 16.66 | - |
| YUV | 77.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 112 | 0 | 0.99 | 0.47 | 0.18 | 328.41 | 0.97 | 0.42 |
| Hex | D2 | 3 | 70 | 0 | 63 | 2F | 12 | 148 | 61 | 2A |
| Octal | 322 | 3 | 160 | 0 | 143 | 57 | 22 | 510 | 141 | 52 |
| Binary | 11010010 | 11 | 1110000 | 0 | 1100011 | 101111 | 10010 | 101001000 | 1100001 | 101010 |
Color Harmonies of #D20370
Complementary color
Monochromatic Colors of #D20370
Black with #D20370
Text Example
Text Example
White with #D20370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20370; }
p { color: rgb(210,3,112); }
H1.HeaderClassName
{
color: #D20370;
}
.AnyTagClassName
{
color: #D20370;
}
</style>
background-color css
<style>
a { background-color: #D20370; }
a { background-color: rgb(210,3,112); }
div.DivClassName
{
background-color: #D20370;
}
.BgClassName
{
background-color: #D20370;
}
</style>
border-color css
<style>
span { border-color: #D20370; }
span { border-color: rgb(210,3,112); }
td.TdClassName
{
border-color: #D20370;
}
.TagClassName
{
border-color: #D20370;
}
</style>