Shades of Ruby #D01F70
Tints of Ruby #D01F70
RGB
CMYK
RGB Variations
Color information
#D01F70 (or 0xD01F70) is known color: Ruby. HEX triplet: D0, 1F and 70. RGB value is (208,31,112). Sum of RGB (Red+Green+Blue) = 208+31+112=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F70 is #2FE08F. Grayscale: #5D5D5D. Windows color (decimal): -3137680 or 7348176. OLE color: 7348176.
HSL color Cylindrical-coordinate representation of color #D01F70: hue angle of 332.54º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F70 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 112 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.18 |
| HSL | 332.54º | 0.74% | 0.47% | - |
| HSV(B) | 332.54º | 0.85% | 0.82% | - |
| XYZ | 29.43 | 15.56 | 16.78 | - |
| YUV | 93.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 112 | 0 | 0.85 | 0.46 | 0.18 | 332.54 | 0.74 | 0.47 |
| Hex | D0 | 1F | 70 | 0 | 55 | 2E | 12 | 14D | 4A | 2F |
| Octal | 320 | 37 | 160 | 0 | 125 | 56 | 22 | 515 | 112 | 57 |
| Binary | 11010000 | 11111 | 1110000 | 0 | 1010101 | 101110 | 10010 | 101001101 | 1001010 | 101111 |
Color Harmonies of #D01F70
Complementary color
Monochromatic Colors of #D01F70
Black with #D01F70
Text Example
Text Example
White with #D01F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F70; }
p { color: rgb(208,31,112); }
H1.HeaderClassName
{
color: #D01F70;
}
.AnyTagClassName
{
color: #D01F70;
}
</style>
background-color css
<style>
a { background-color: #D01F70; }
a { background-color: rgb(208,31,112); }
div.DivClassName
{
background-color: #D01F70;
}
.BgClassName
{
background-color: #D01F70;
}
</style>
border-color css
<style>
span { border-color: #D01F70; }
span { border-color: rgb(208,31,112); }
td.TdClassName
{
border-color: #D01F70;
}
.TagClassName
{
border-color: #D01F70;
}
</style>