Shades of Ruby #D10270
Tints of Ruby #D10270
RGB
CMYK
RGB Variations
Color information
#D10270 (or 0xD10270) is known color: Ruby. HEX triplet: D1, 02 and 70. RGB value is (209,2,112). Sum of RGB (Red+Green+Blue) = 209+2+112=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D10270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10270 is #2EFD8F. Grayscale: #4C4C4C. Windows color (decimal): -3079568 or 7340753. OLE color: 7340753.
HSL color Cylindrical-coordinate representation of color #D10270: hue angle of 328.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10270 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.18 |
| HSL | 328.12º | 0.98% | 0.41% | - |
| HSV(B) | 328.12º | 0.99% | 0.82% | - |
| XYZ | 29.24 | 14.77 | 16.64 | - |
| YUV | 76.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 112 | 0 | 0.99 | 0.46 | 0.18 | 328.12 | 0.98 | 0.41 |
| Hex | D1 | 2 | 70 | 0 | 63 | 2E | 12 | 148 | 62 | 29 |
| Octal | 321 | 2 | 160 | 0 | 143 | 56 | 22 | 510 | 142 | 51 |
| Binary | 11010001 | 10 | 1110000 | 0 | 1100011 | 101110 | 10010 | 101001000 | 1100010 | 101001 |
Color Harmonies of #D10270
Complementary color
Monochromatic Colors of #D10270
Black with #D10270
Text Example
Text Example
White with #D10270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10270; }
p { color: rgb(209,2,112); }
H1.HeaderClassName
{
color: #D10270;
}
.AnyTagClassName
{
color: #D10270;
}
</style>
background-color css
<style>
a { background-color: #D10270; }
a { background-color: rgb(209,2,112); }
div.DivClassName
{
background-color: #D10270;
}
.BgClassName
{
background-color: #D10270;
}
</style>
border-color css
<style>
span { border-color: #D10270; }
span { border-color: rgb(209,2,112); }
td.TdClassName
{
border-color: #D10270;
}
.TagClassName
{
border-color: #D10270;
}
</style>