Shades of Ruby #D01358
Tints of Ruby #D01358
RGB
CMYK
RGB Variations
Color information
#D01358 (or 0xD01358) is known color: Ruby. HEX triplet: D0, 13 and 58. RGB value is (208,19,88). Sum of RGB (Red+Green+Blue) = 208+19+88=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D01358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01358 is #2FECA7. Grayscale: #535353. Windows color (decimal): -3140776 or 5772240. OLE color: 5772240.
HSL color Cylindrical-coordinate representation of color #D01358: hue angle of 338.1º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01358 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 88 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.18 |
| HSL | 338.1º | 0.83% | 0.45% | - |
| HSV(B) | 338.1º | 0.91% | 0.82% | - |
| XYZ | 28.01 | 14.58 | 10.57 | - |
| YUV | 83.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 88 | 0 | 0.91 | 0.58 | 0.18 | 338.1 | 0.83 | 0.45 |
| Hex | D0 | 13 | 58 | 0 | 5B | 3A | 12 | 152 | 53 | 2D |
| Octal | 320 | 23 | 130 | 0 | 133 | 72 | 22 | 522 | 123 | 55 |
| Binary | 11010000 | 10011 | 1011000 | 0 | 1011011 | 111010 | 10010 | 101010010 | 1010011 | 101101 |
Color Harmonies of #D01358
Complementary color
Monochromatic Colors of #D01358
Black with #D01358
Text Example
Text Example
White with #D01358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01358; }
p { color: rgb(208,19,88); }
H1.HeaderClassName
{
color: #D01358;
}
.AnyTagClassName
{
color: #D01358;
}
</style>
background-color css
<style>
a { background-color: #D01358; }
a { background-color: rgb(208,19,88); }
div.DivClassName
{
background-color: #D01358;
}
.BgClassName
{
background-color: #D01358;
}
</style>
border-color css
<style>
span { border-color: #D01358; }
span { border-color: rgb(208,19,88); }
td.TdClassName
{
border-color: #D01358;
}
.TagClassName
{
border-color: #D01358;
}
</style>