Shades of Ruby #D01152
Tints of Ruby #D01152
RGB
CMYK
RGB Variations
Color information
#D01152 (or 0xD01152) is known color: Ruby. HEX triplet: D0, 11 and 52. RGB value is (208,17,82). Sum of RGB (Red+Green+Blue) = 208+17+82=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D01152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01152 is #2FEEAD. Grayscale: #515151. Windows color (decimal): -3141294 or 5378512. OLE color: 5378512.
HSL color Cylindrical-coordinate representation of color #D01152: hue angle of 339.58º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01152 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 82 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.18 |
| HSL | 339.58º | 0.85% | 0.44% | - |
| HSV(B) | 339.58º | 0.92% | 0.82% | - |
| XYZ | 27.74 | 14.42 | 9.3 | - |
| YUV | 81.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 82 | 0 | 0.92 | 0.61 | 0.18 | 339.58 | 0.85 | 0.44 |
| Hex | D0 | 11 | 52 | 0 | 5C | 3D | 12 | 154 | 55 | 2C |
| Octal | 320 | 21 | 122 | 0 | 134 | 75 | 22 | 524 | 125 | 54 |
| Binary | 11010000 | 10001 | 1010010 | 0 | 1011100 | 111101 | 10010 | 101010100 | 1010101 | 101100 |
Color Harmonies of #D01152
Complementary color
Monochromatic Colors of #D01152
Black with #D01152
Text Example
Text Example
White with #D01152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01152; }
p { color: rgb(208,17,82); }
H1.HeaderClassName
{
color: #D01152;
}
.AnyTagClassName
{
color: #D01152;
}
</style>
background-color css
<style>
a { background-color: #D01152; }
a { background-color: rgb(208,17,82); }
div.DivClassName
{
background-color: #D01152;
}
.BgClassName
{
background-color: #D01152;
}
</style>
border-color css
<style>
span { border-color: #D01152; }
span { border-color: rgb(208,17,82); }
td.TdClassName
{
border-color: #D01152;
}
.TagClassName
{
border-color: #D01152;
}
</style>