Shades of Ruby #D00957
Tints of Ruby #D00957
RGB
CMYK
RGB Variations
Color information
#D00957 (or 0xD00957) is known color: Ruby. HEX triplet: D0, 09 and 57. RGB value is (208,9,87). Sum of RGB (Red+Green+Blue) = 208+9+87=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D00957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00957 is #2FF6A8. Grayscale: #4D4D4D. Windows color (decimal): -3143337 or 5704144. OLE color: 5704144.
HSL color Cylindrical-coordinate representation of color #D00957: hue angle of 336.48º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00957 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.18 |
| HSL | 336.48º | 0.92% | 0.43% | - |
| HSV(B) | 336.48º | 0.96% | 0.82% | - |
| XYZ | 27.83 | 14.29 | 10.31 | - |
| YUV | 77.39 | 133.43 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 87 | 0 | 0.96 | 0.58 | 0.18 | 336.48 | 0.92 | 0.43 |
| Hex | D0 | 9 | 57 | 0 | 60 | 3A | 12 | 150 | 5C | 2B |
| Octal | 320 | 11 | 127 | 0 | 140 | 72 | 22 | 520 | 134 | 53 |
| Binary | 11010000 | 1001 | 1010111 | 0 | 1100000 | 111010 | 10010 | 101010000 | 1011100 | 101011 |
Color Harmonies of #D00957
Complementary color
Monochromatic Colors of #D00957
Black with #D00957
Text Example
Text Example
White with #D00957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00957; }
p { color: rgb(208,9,87); }
H1.HeaderClassName
{
color: #D00957;
}
.AnyTagClassName
{
color: #D00957;
}
</style>
background-color css
<style>
a { background-color: #D00957; }
a { background-color: rgb(208,9,87); }
div.DivClassName
{
background-color: #D00957;
}
.BgClassName
{
background-color: #D00957;
}
</style>
border-color css
<style>
span { border-color: #D00957; }
span { border-color: rgb(208,9,87); }
td.TdClassName
{
border-color: #D00957;
}
.TagClassName
{
border-color: #D00957;
}
</style>