Shades of Ruby #D01B6C
Tints of Ruby #D01B6C
RGB
CMYK
RGB Variations
Color information
#D01B6C (or 0xD01B6C) is known color: Ruby. HEX triplet: D0, 1B and 6C. RGB value is (208,27,108). Sum of RGB (Red+Green+Blue) = 208+27+108=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01B6C is #2FE493. Grayscale: #5A5A5A. Windows color (decimal): -3138708 or 7085008. OLE color: 7085008.
HSL color Cylindrical-coordinate representation of color #D01B6C: hue angle of 333.15º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01B6C is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 108 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.18 |
| HSL | 333.15º | 0.77% | 0.46% | - |
| HSV(B) | 333.15º | 0.87% | 0.82% | - |
| XYZ | 29.11 | 15.28 | 15.6 | - |
| YUV | 90.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 108 | 0 | 0.87 | 0.48 | 0.18 | 333.15 | 0.77 | 0.46 |
| Hex | D0 | 1B | 6C | 0 | 57 | 30 | 12 | 14D | 4D | 2E |
| Octal | 320 | 33 | 154 | 0 | 127 | 60 | 22 | 515 | 115 | 56 |
| Binary | 11010000 | 11011 | 1101100 | 0 | 1010111 | 110000 | 10010 | 101001101 | 1001101 | 101110 |
Color Harmonies of #D01B6C
Complementary color
Monochromatic Colors of #D01B6C
Black with #D01B6C
Text Example
Text Example
White with #D01B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01B6C; }
p { color: rgb(208,27,108); }
H1.HeaderClassName
{
color: #D01B6C;
}
.AnyTagClassName
{
color: #D01B6C;
}
</style>
background-color css
<style>
a { background-color: #D01B6C; }
a { background-color: rgb(208,27,108); }
div.DivClassName
{
background-color: #D01B6C;
}
.BgClassName
{
background-color: #D01B6C;
}
</style>
border-color css
<style>
span { border-color: #D01B6C; }
span { border-color: rgb(208,27,108); }
td.TdClassName
{
border-color: #D01B6C;
}
.TagClassName
{
border-color: #D01B6C;
}
</style>