Shades of Ruby #D01263
Tints of Ruby #D01263
RGB
CMYK
RGB Variations
Color information
#D01263 (or 0xD01263) is known color: Ruby. HEX triplet: D0, 12 and 63. RGB value is (208,18,99). Sum of RGB (Red+Green+Blue) = 208+18+99=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D01263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01263 is #2FED9C. Grayscale: #535353. Windows color (decimal): -3141021 or 6492880. OLE color: 6492880.
HSL color Cylindrical-coordinate representation of color #D01263: hue angle of 334.42º 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 #D01263 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 99 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.18 |
| HSL | 334.42º | 0.84% | 0.44% | - |
| HSV(B) | 334.42º | 0.91% | 0.82% | - |
| XYZ | 28.48 | 14.74 | 13.15 | - |
| YUV | 84.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 99 | 0 | 0.91 | 0.52 | 0.18 | 334.42 | 0.84 | 0.44 |
| Hex | D0 | 12 | 63 | 0 | 5B | 34 | 12 | 14E | 54 | 2C |
| Octal | 320 | 22 | 143 | 0 | 133 | 64 | 22 | 516 | 124 | 54 |
| Binary | 11010000 | 10010 | 1100011 | 0 | 1011011 | 110100 | 10010 | 101001110 | 1010100 | 101100 |
Color Harmonies of #D01263
Complementary color
Monochromatic Colors of #D01263
Black with #D01263
Text Example
Text Example
White with #D01263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01263; }
p { color: rgb(208,18,99); }
H1.HeaderClassName
{
color: #D01263;
}
.AnyTagClassName
{
color: #D01263;
}
</style>
background-color css
<style>
a { background-color: #D01263; }
a { background-color: rgb(208,18,99); }
div.DivClassName
{
background-color: #D01263;
}
.BgClassName
{
background-color: #D01263;
}
</style>
border-color css
<style>
span { border-color: #D01263; }
span { border-color: rgb(208,18,99); }
td.TdClassName
{
border-color: #D01263;
}
.TagClassName
{
border-color: #D01263;
}
</style>