Shades of Ruby #D01254
Tints of Ruby #D01254
RGB
CMYK
RGB Variations
Color information
#D01254 (or 0xD01254) is known color: Ruby. HEX triplet: D0, 12 and 54. RGB value is (208,18,84). Sum of RGB (Red+Green+Blue) = 208+18+84=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D01254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01254 is #2FEDAB. Grayscale: #525252. Windows color (decimal): -3141036 or 5509840. OLE color: 5509840.
HSL color Cylindrical-coordinate representation of color #D01254: hue angle of 339.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01254 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 84 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.18 |
| HSL | 339.16º | 0.84% | 0.44% | - |
| HSV(B) | 339.16º | 0.91% | 0.82% | - |
| XYZ | 27.83 | 14.48 | 9.72 | - |
| YUV | 82.33 | 128.95 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 84 | 0 | 0.91 | 0.60 | 0.18 | 339.16 | 0.84 | 0.44 |
| Hex | D0 | 12 | 54 | 0 | 5B | 3C | 12 | 153 | 54 | 2C |
| Octal | 320 | 22 | 124 | 0 | 133 | 74 | 22 | 523 | 124 | 54 |
| Binary | 11010000 | 10010 | 1010100 | 0 | 1011011 | 111100 | 10010 | 101010011 | 1010100 | 101100 |
Color Harmonies of #D01254
Complementary color
Monochromatic Colors of #D01254
Black with #D01254
Text Example
Text Example
White with #D01254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01254; }
p { color: rgb(208,18,84); }
H1.HeaderClassName
{
color: #D01254;
}
.AnyTagClassName
{
color: #D01254;
}
</style>
background-color css
<style>
a { background-color: #D01254; }
a { background-color: rgb(208,18,84); }
div.DivClassName
{
background-color: #D01254;
}
.BgClassName
{
background-color: #D01254;
}
</style>
border-color css
<style>
span { border-color: #D01254; }
span { border-color: rgb(208,18,84); }
td.TdClassName
{
border-color: #D01254;
}
.TagClassName
{
border-color: #D01254;
}
</style>