Shades of Ruby #D01462
Tints of Ruby #D01462
RGB
CMYK
RGB Variations
Color information
#D01462 (or 0xD01462) is known color: Ruby. HEX triplet: D0, 14 and 62. RGB value is (208,20,98). Sum of RGB (Red+Green+Blue) = 208+20+98=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D01462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01462 is #2FEB9D. Grayscale: #545454. Windows color (decimal): -3140510 or 6427856. OLE color: 6427856.
HSL color Cylindrical-coordinate representation of color #D01462: hue angle of 335.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01462 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.18 |
| HSL | 335.11º | 0.82% | 0.45% | - |
| HSV(B) | 335.11º | 0.9% | 0.82% | - |
| XYZ | 28.47 | 14.79 | 12.91 | - |
| YUV | 85.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 98 | 0 | 0.90 | 0.53 | 0.18 | 335.11 | 0.82 | 0.45 |
| Hex | D0 | 14 | 62 | 0 | 5A | 35 | 12 | 14F | 52 | 2D |
| Octal | 320 | 24 | 142 | 0 | 132 | 65 | 22 | 517 | 122 | 55 |
| Binary | 11010000 | 10100 | 1100010 | 0 | 1011010 | 110101 | 10010 | 101001111 | 1010010 | 101101 |
Color Harmonies of #D01462
Complementary color
Monochromatic Colors of #D01462
Black with #D01462
Text Example
Text Example
White with #D01462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01462; }
p { color: rgb(208,20,98); }
H1.HeaderClassName
{
color: #D01462;
}
.AnyTagClassName
{
color: #D01462;
}
</style>
background-color css
<style>
a { background-color: #D01462; }
a { background-color: rgb(208,20,98); }
div.DivClassName
{
background-color: #D01462;
}
.BgClassName
{
background-color: #D01462;
}
</style>
border-color css
<style>
span { border-color: #D01462; }
span { border-color: rgb(208,20,98); }
td.TdClassName
{
border-color: #D01462;
}
.TagClassName
{
border-color: #D01462;
}
</style>