Shades of Ruby #D01F5D
Tints of Ruby #D01F5D
RGB
CMYK
RGB Variations
Color information
#D01F5D (or 0xD01F5D) is known color: Ruby. HEX triplet: D0, 1F and 5D. RGB value is (208,31,93). Sum of RGB (Red+Green+Blue) = 208+31+93=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F5D is #2FE0A2. Grayscale: #5A5A5A. Windows color (decimal): -3137699 or 6102992. OLE color: 6102992.
HSL color Cylindrical-coordinate representation of color #D01F5D: hue angle of 338.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D01F5D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 93 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.18 |
| HSL | 338.98º | 0.74% | 0.47% | - |
| HSV(B) | 338.98º | 0.85% | 0.82% | - |
| XYZ | 28.48 | 15.18 | 11.79 | - |
| YUV | 90.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 93 | 0 | 0.85 | 0.55 | 0.18 | 338.98 | 0.74 | 0.47 |
| Hex | D0 | 1F | 5D | 0 | 55 | 37 | 12 | 153 | 4A | 2F |
| Octal | 320 | 37 | 135 | 0 | 125 | 67 | 22 | 523 | 112 | 57 |
| Binary | 11010000 | 11111 | 1011101 | 0 | 1010101 | 110111 | 10010 | 101010011 | 1001010 | 101111 |
Color Harmonies of #D01F5D
Complementary color
Monochromatic Colors of #D01F5D
Black with #D01F5D
Text Example
Text Example
White with #D01F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F5D; }
p { color: rgb(208,31,93); }
H1.HeaderClassName
{
color: #D01F5D;
}
.AnyTagClassName
{
color: #D01F5D;
}
</style>
background-color css
<style>
a { background-color: #D01F5D; }
a { background-color: rgb(208,31,93); }
div.DivClassName
{
background-color: #D01F5D;
}
.BgClassName
{
background-color: #D01F5D;
}
</style>
border-color css
<style>
span { border-color: #D01F5D; }
span { border-color: rgb(208,31,93); }
td.TdClassName
{
border-color: #D01F5D;
}
.TagClassName
{
border-color: #D01F5D;
}
</style>