Shades of Ruby #D0075A
Tints of Ruby #D0075A
RGB
CMYK
RGB Variations
Color information
#D0075A (or 0xD0075A) is known color: Ruby. HEX triplet: D0, 07 and 5A. RGB value is (208,7,90). Sum of RGB (Red+Green+Blue) = 208+7+90=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0075A is #2FF8A5. Grayscale: #4C4C4C. Windows color (decimal): -3143846 or 5900240. OLE color: 5900240.
HSL color Cylindrical-coordinate representation of color #D0075A: hue angle of 335.22º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0075A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.18 |
| HSL | 335.22º | 0.93% | 0.42% | - |
| HSV(B) | 335.22º | 0.97% | 0.82% | - |
| XYZ | 27.93 | 14.3 | 10.96 | - |
| YUV | 76.56 | 135.59 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 90 | 0 | 0.97 | 0.57 | 0.18 | 335.22 | 0.93 | 0.42 |
| Hex | D0 | 7 | 5A | 0 | 61 | 39 | 12 | 14F | 5D | 2A |
| Octal | 320 | 7 | 132 | 0 | 141 | 71 | 22 | 517 | 135 | 52 |
| Binary | 11010000 | 111 | 1011010 | 0 | 1100001 | 111001 | 10010 | 101001111 | 1011101 | 101010 |
Color Harmonies of #D0075A
Complementary color
Monochromatic Colors of #D0075A
Black with #D0075A
Text Example
Text Example
White with #D0075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0075A; }
p { color: rgb(208,7,90); }
H1.HeaderClassName
{
color: #D0075A;
}
.AnyTagClassName
{
color: #D0075A;
}
</style>
background-color css
<style>
a { background-color: #D0075A; }
a { background-color: rgb(208,7,90); }
div.DivClassName
{
background-color: #D0075A;
}
.BgClassName
{
background-color: #D0075A;
}
</style>
border-color css
<style>
span { border-color: #D0075A; }
span { border-color: rgb(208,7,90); }
td.TdClassName
{
border-color: #D0075A;
}
.TagClassName
{
border-color: #D0075A;
}
</style>