Shades of Ruby #D00B5A
Tints of Ruby #D00B5A
RGB
CMYK
RGB Variations
Color information
#D00B5A (or 0xD00B5A) is known color: Ruby. HEX triplet: D0, 0B and 5A. RGB value is (208,11,90). Sum of RGB (Red+Green+Blue) = 208+11+90=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00B5A is #2FF4A5. Grayscale: #4E4E4E. Windows color (decimal): -3142822 or 5901264. OLE color: 5901264.
HSL color Cylindrical-coordinate representation of color #D00B5A: hue angle of 335.94º degrees, saturation: 0.9, 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 #D00B5A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.18 |
| HSL | 335.94º | 0.9% | 0.43% | - |
| HSV(B) | 335.94º | 0.95% | 0.82% | - |
| XYZ | 27.98 | 14.39 | 10.98 | - |
| YUV | 78.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 90 | 0 | 0.95 | 0.57 | 0.18 | 335.94 | 0.9 | 0.43 |
| Hex | D0 | B | 5A | 0 | 5F | 39 | 12 | 150 | 5A | 2B |
| Octal | 320 | 13 | 132 | 0 | 137 | 71 | 22 | 520 | 132 | 53 |
| Binary | 11010000 | 1011 | 1011010 | 0 | 1011111 | 111001 | 10010 | 101010000 | 1011010 | 101011 |
Color Harmonies of #D00B5A
Complementary color
Monochromatic Colors of #D00B5A
Black with #D00B5A
Text Example
Text Example
White with #D00B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00B5A; }
p { color: rgb(208,11,90); }
H1.HeaderClassName
{
color: #D00B5A;
}
.AnyTagClassName
{
color: #D00B5A;
}
</style>
background-color css
<style>
a { background-color: #D00B5A; }
a { background-color: rgb(208,11,90); }
div.DivClassName
{
background-color: #D00B5A;
}
.BgClassName
{
background-color: #D00B5A;
}
</style>
border-color css
<style>
span { border-color: #D00B5A; }
span { border-color: rgb(208,11,90); }
td.TdClassName
{
border-color: #D00B5A;
}
.TagClassName
{
border-color: #D00B5A;
}
</style>