Shades of Ruby #D01F63
Tints of Ruby #D01F63
RGB
CMYK
RGB Variations
Color information
#D01F63 (or 0xD01F63) is known color: Ruby. HEX triplet: D0, 1F and 63. RGB value is (208,31,99). Sum of RGB (Red+Green+Blue) = 208+31+99=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F63 is #2FE09C. Grayscale: #5B5B5B. Windows color (decimal): -3137693 or 6496208. OLE color: 6496208.
HSL color Cylindrical-coordinate representation of color #D01F63: hue angle of 336.95º 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 #D01F63 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 31 | 99 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.18 |
| HSL | 336.95º | 0.74% | 0.47% | - |
| HSV(B) | 336.95º | 0.85% | 0.82% | - |
| XYZ | 28.75 | 15.29 | 13.24 | - |
| YUV | 91.68 | 132.14 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 99 | 0 | 0.85 | 0.52 | 0.18 | 336.95 | 0.74 | 0.47 |
| Hex | D0 | 1F | 63 | 0 | 55 | 34 | 12 | 151 | 4A | 2F |
| Octal | 320 | 37 | 143 | 0 | 125 | 64 | 22 | 521 | 112 | 57 |
| Binary | 11010000 | 11111 | 1100011 | 0 | 1010101 | 110100 | 10010 | 101010001 | 1001010 | 101111 |
Color Harmonies of #D01F63
Complementary color
Monochromatic Colors of #D01F63
Black with #D01F63
Text Example
Text Example
White with #D01F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01F63; }
p { color: rgb(208,31,99); }
H1.HeaderClassName
{
color: #D01F63;
}
.AnyTagClassName
{
color: #D01F63;
}
</style>
background-color css
<style>
a { background-color: #D01F63; }
a { background-color: rgb(208,31,99); }
div.DivClassName
{
background-color: #D01F63;
}
.BgClassName
{
background-color: #D01F63;
}
</style>
border-color css
<style>
span { border-color: #D01F63; }
span { border-color: rgb(208,31,99); }
td.TdClassName
{
border-color: #D01F63;
}
.TagClassName
{
border-color: #D01F63;
}
</style>