Shades of Ruby #D30470
Tints of Ruby #D30470
RGB
CMYK
RGB Variations
Color information
#D30470 (or 0xD30470) is known color: Ruby. HEX triplet: D3, 04 and 70. RGB value is (211,4,112). Sum of RGB (Red+Green+Blue) = 211+4+112=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D30470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30470 is #2CFB8F. Grayscale: #4D4D4D. Windows color (decimal): -2947984 or 7341267. OLE color: 7341267.
HSL color Cylindrical-coordinate representation of color #D30470: hue angle of 328.7º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30470 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.17 |
| HSL | 328.7º | 0.96% | 0.42% | - |
| HSV(B) | 328.7º | 0.98% | 0.83% | - |
| XYZ | 29.83 | 15.11 | 16.67 | - |
| YUV | 78.21 | 147.08 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 112 | 0 | 0.98 | 0.47 | 0.17 | 328.7 | 0.96 | 0.42 |
| Hex | D3 | 4 | 70 | 0 | 62 | 2F | 11 | 149 | 60 | 2A |
| Octal | 323 | 4 | 160 | 0 | 142 | 57 | 21 | 511 | 140 | 52 |
| Binary | 11010011 | 100 | 1110000 | 0 | 1100010 | 101111 | 10001 | 101001001 | 1100000 | 101010 |
Color Harmonies of #D30470
Complementary color
Monochromatic Colors of #D30470
Black with #D30470
Text Example
Text Example
White with #D30470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30470; }
p { color: rgb(211,4,112); }
H1.HeaderClassName
{
color: #D30470;
}
.AnyTagClassName
{
color: #D30470;
}
</style>
background-color css
<style>
a { background-color: #D30470; }
a { background-color: rgb(211,4,112); }
div.DivClassName
{
background-color: #D30470;
}
.BgClassName
{
background-color: #D30470;
}
</style>
border-color css
<style>
span { border-color: #D30470; }
span { border-color: rgb(211,4,112); }
td.TdClassName
{
border-color: #D30470;
}
.TagClassName
{
border-color: #D30470;
}
</style>