Shades of Ruby #D30170
Tints of Ruby #D30170
RGB
CMYK
RGB Variations
Color information
#D30170 (or 0xD30170) is known color: Ruby. HEX triplet: D3, 01 and 70. RGB value is (211,1,112). Sum of RGB (Red+Green+Blue) = 211+1+112=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D30170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30170 is #2CFE8F. Grayscale: #4C4C4C. Windows color (decimal): -2948752 or 7340499. OLE color: 7340499.
HSL color Cylindrical-coordinate representation of color #D30170: hue angle of 328.29º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30170 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.17 |
| HSL | 328.29º | 0.99% | 0.42% | - |
| HSV(B) | 328.29º | 1% | 0.83% | - |
| XYZ | 29.8 | 15.04 | 16.66 | - |
| YUV | 76.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 112 | 0 | 1.00 | 0.47 | 0.17 | 328.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | 70 | 0 | 64 | 2F | 11 | 148 | 63 | 2A |
| Octal | 323 | 1 | 160 | 0 | 144 | 57 | 21 | 510 | 143 | 52 |
| Binary | 11010011 | 1 | 1110000 | 0 | 1100100 | 101111 | 10001 | 101001000 | 1100011 | 101010 |
Color Harmonies of #D30170
Complementary color
Monochromatic Colors of #D30170
Black with #D30170
Text Example
Text Example
White with #D30170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30170; }
p { color: rgb(211,1,112); }
H1.HeaderClassName
{
color: #D30170;
}
.AnyTagClassName
{
color: #D30170;
}
</style>
background-color css
<style>
a { background-color: #D30170; }
a { background-color: rgb(211,1,112); }
div.DivClassName
{
background-color: #D30170;
}
.BgClassName
{
background-color: #D30170;
}
</style>
border-color css
<style>
span { border-color: #D30170; }
span { border-color: rgb(211,1,112); }
td.TdClassName
{
border-color: #D30170;
}
.TagClassName
{
border-color: #D30170;
}
</style>