Shades of Ruby #D01C70
Tints of Ruby #D01C70
RGB
CMYK
RGB Variations
Color information
#D01C70 (or 0xD01C70) is known color: Ruby. HEX triplet: D0, 1C and 70. RGB value is (208,28,112). Sum of RGB (Red+Green+Blue) = 208+28+112=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C70 is #2FE38F. Grayscale: #5B5B5B. Windows color (decimal): -3138448 or 7347408. OLE color: 7347408.
HSL color Cylindrical-coordinate representation of color #D01C70: hue angle of 332º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C70 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 112 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.18 |
| HSL | 332º | 0.76% | 0.46% | - |
| HSV(B) | 332º | 0.87% | 0.82% | - |
| XYZ | 29.35 | 15.41 | 16.76 | - |
| YUV | 91.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 112 | 0 | 0.87 | 0.46 | 0.18 | 332 | 0.76 | 0.46 |
| Hex | D0 | 1C | 70 | 0 | 57 | 2E | 12 | 14C | 4C | 2E |
| Octal | 320 | 34 | 160 | 0 | 127 | 56 | 22 | 514 | 114 | 56 |
| Binary | 11010000 | 11100 | 1110000 | 0 | 1010111 | 101110 | 10010 | 101001100 | 1001100 | 101110 |
Color Harmonies of #D01C70
Complementary color
Monochromatic Colors of #D01C70
Black with #D01C70
Text Example
Text Example
White with #D01C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C70; }
p { color: rgb(208,28,112); }
H1.HeaderClassName
{
color: #D01C70;
}
.AnyTagClassName
{
color: #D01C70;
}
</style>
background-color css
<style>
a { background-color: #D01C70; }
a { background-color: rgb(208,28,112); }
div.DivClassName
{
background-color: #D01C70;
}
.BgClassName
{
background-color: #D01C70;
}
</style>
border-color css
<style>
span { border-color: #D01C70; }
span { border-color: rgb(208,28,112); }
td.TdClassName
{
border-color: #D01C70;
}
.TagClassName
{
border-color: #D01C70;
}
</style>