Shades of Ruby #D00A5A
Tints of Ruby #D00A5A
RGB
CMYK
RGB Variations
Color information
#D00A5A (or 0xD00A5A) is known color: Ruby. HEX triplet: D0, 0A and 5A. RGB value is (208,10,90). Sum of RGB (Red+Green+Blue) = 208+10+90=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A5A is #2FF5A5. Grayscale: #4E4E4E. Windows color (decimal): -3143078 or 5901008. OLE color: 5901008.
HSL color Cylindrical-coordinate representation of color #D00A5A: hue angle of 335.76º 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 #D00A5A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 90 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.18 |
| HSL | 335.76º | 0.91% | 0.43% | - |
| HSV(B) | 335.76º | 0.95% | 0.82% | - |
| XYZ | 27.97 | 14.37 | 10.97 | - |
| YUV | 78.32 | 134.6 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 90 | 0 | 0.95 | 0.57 | 0.18 | 335.76 | 0.91 | 0.43 |
| Hex | D0 | A | 5A | 0 | 5F | 39 | 12 | 150 | 5B | 2B |
| Octal | 320 | 12 | 132 | 0 | 137 | 71 | 22 | 520 | 133 | 53 |
| Binary | 11010000 | 1010 | 1011010 | 0 | 1011111 | 111001 | 10010 | 101010000 | 1011011 | 101011 |
Color Harmonies of #D00A5A
Complementary color
Monochromatic Colors of #D00A5A
Black with #D00A5A
Text Example
Text Example
White with #D00A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A5A; }
p { color: rgb(208,10,90); }
H1.HeaderClassName
{
color: #D00A5A;
}
.AnyTagClassName
{
color: #D00A5A;
}
</style>
background-color css
<style>
a { background-color: #D00A5A; }
a { background-color: rgb(208,10,90); }
div.DivClassName
{
background-color: #D00A5A;
}
.BgClassName
{
background-color: #D00A5A;
}
</style>
border-color css
<style>
span { border-color: #D00A5A; }
span { border-color: rgb(208,10,90); }
td.TdClassName
{
border-color: #D00A5A;
}
.TagClassName
{
border-color: #D00A5A;
}
</style>