Shades of Ruby #D00470
Tints of Ruby #D00470
RGB
CMYK
RGB Variations
Color information
#D00470 (or 0xD00470) is known color: Ruby. HEX triplet: D0, 04 and 70. RGB value is (208,4,112). Sum of RGB (Red+Green+Blue) = 208+4+112=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D00470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00470 is #2FFB8F. Grayscale: #4D4D4D. Windows color (decimal): -3144592 or 7341264. OLE color: 7341264.
HSL color Cylindrical-coordinate representation of color #D00470: hue angle of 328.24º 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 #D00470 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.18 |
| HSL | 328.24º | 0.96% | 0.42% | - |
| HSV(B) | 328.24º | 0.98% | 0.82% | - |
| XYZ | 28.98 | 14.67 | 16.63 | - |
| YUV | 77.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 112 | 0 | 0.98 | 0.46 | 0.18 | 328.24 | 0.96 | 0.42 |
| Hex | D0 | 4 | 70 | 0 | 62 | 2E | 12 | 148 | 60 | 2A |
| Octal | 320 | 4 | 160 | 0 | 142 | 56 | 22 | 510 | 140 | 52 |
| Binary | 11010000 | 100 | 1110000 | 0 | 1100010 | 101110 | 10010 | 101001000 | 1100000 | 101010 |
Color Harmonies of #D00470
Complementary color
Monochromatic Colors of #D00470
Black with #D00470
Text Example
Text Example
White with #D00470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00470; }
p { color: rgb(208,4,112); }
H1.HeaderClassName
{
color: #D00470;
}
.AnyTagClassName
{
color: #D00470;
}
</style>
background-color css
<style>
a { background-color: #D00470; }
a { background-color: rgb(208,4,112); }
div.DivClassName
{
background-color: #D00470;
}
.BgClassName
{
background-color: #D00470;
}
</style>
border-color css
<style>
span { border-color: #D00470; }
span { border-color: rgb(208,4,112); }
td.TdClassName
{
border-color: #D00470;
}
.TagClassName
{
border-color: #D00470;
}
</style>