Shades of Ruby #D00A6D
Tints of Ruby #D00A6D
RGB
CMYK
RGB Variations
Color information
#D00A6D (or 0xD00A6D) is known color: Ruby. HEX triplet: D0, 0A and 6D. RGB value is (208,10,109). Sum of RGB (Red+Green+Blue) = 208+10+109=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A6D is #2FF592. Grayscale: #505050. Windows color (decimal): -3143059 or 7146192. OLE color: 7146192.
HSL color Cylindrical-coordinate representation of color #D00A6D: hue angle of 330º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A6D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 109 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.18 |
| HSL | 330º | 0.91% | 0.43% | - |
| HSV(B) | 330º | 0.95% | 0.82% | - |
| XYZ | 28.88 | 14.73 | 15.79 | - |
| YUV | 80.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 109 | 0 | 0.95 | 0.48 | 0.18 | 330 | 0.91 | 0.43 |
| Hex | D0 | A | 6D | 0 | 5F | 30 | 12 | 14A | 5B | 2B |
| Octal | 320 | 12 | 155 | 0 | 137 | 60 | 22 | 512 | 133 | 53 |
| Binary | 11010000 | 1010 | 1101101 | 0 | 1011111 | 110000 | 10010 | 101001010 | 1011011 | 101011 |
Color Harmonies of #D00A6D
Complementary color
Monochromatic Colors of #D00A6D
Black with #D00A6D
Text Example
Text Example
White with #D00A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A6D; }
p { color: rgb(208,10,109); }
H1.HeaderClassName
{
color: #D00A6D;
}
.AnyTagClassName
{
color: #D00A6D;
}
</style>
background-color css
<style>
a { background-color: #D00A6D; }
a { background-color: rgb(208,10,109); }
div.DivClassName
{
background-color: #D00A6D;
}
.BgClassName
{
background-color: #D00A6D;
}
</style>
border-color css
<style>
span { border-color: #D00A6D; }
span { border-color: rgb(208,10,109); }
td.TdClassName
{
border-color: #D00A6D;
}
.TagClassName
{
border-color: #D00A6D;
}
</style>