Shades of Ruby #D01A6D
Tints of Ruby #D01A6D
RGB
CMYK
RGB Variations
Color information
#D01A6D (or 0xD01A6D) is known color: Ruby. HEX triplet: D0, 1A and 6D. RGB value is (208,26,109). Sum of RGB (Red+Green+Blue) = 208+26+109=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01A6D is #2FE592. Grayscale: #595959. Windows color (decimal): -3138963 or 7150288. OLE color: 7150288.
HSL color Cylindrical-coordinate representation of color #D01A6D: hue angle of 332.64º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A6D is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 26 | 109 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.18 |
| HSL | 332.64º | 0.78% | 0.46% | - |
| HSV(B) | 332.64º | 0.88% | 0.82% | - |
| XYZ | 29.14 | 15.25 | 15.88 | - |
| YUV | 89.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 26 | 109 | 0 | 0.88 | 0.48 | 0.18 | 332.64 | 0.78 | 0.46 |
| Hex | D0 | 1A | 6D | 0 | 58 | 30 | 12 | 14D | 4E | 2E |
| Octal | 320 | 32 | 155 | 0 | 130 | 60 | 22 | 515 | 116 | 56 |
| Binary | 11010000 | 11010 | 1101101 | 0 | 1011000 | 110000 | 10010 | 101001101 | 1001110 | 101110 |
Color Harmonies of #D01A6D
Complementary color
Monochromatic Colors of #D01A6D
Black with #D01A6D
Text Example
Text Example
White with #D01A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01A6D; }
p { color: rgb(208,26,109); }
H1.HeaderClassName
{
color: #D01A6D;
}
.AnyTagClassName
{
color: #D01A6D;
}
</style>
background-color css
<style>
a { background-color: #D01A6D; }
a { background-color: rgb(208,26,109); }
div.DivClassName
{
background-color: #D01A6D;
}
.BgClassName
{
background-color: #D01A6D;
}
</style>
border-color css
<style>
span { border-color: #D01A6D; }
span { border-color: rgb(208,26,109); }
td.TdClassName
{
border-color: #D01A6D;
}
.TagClassName
{
border-color: #D01A6D;
}
</style>