Shades of Ruby #D90672
Tints of Ruby #D90672
RGB
CMYK
RGB Variations
Color information
#D90672 (or 0xD90672) is known color: Ruby. HEX triplet: D9, 06 and 72. RGB value is (217,6,114). Sum of RGB (Red+Green+Blue) = 217+6+114=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D90672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90672 is #26F98D. Grayscale: #515151. Windows color (decimal): -2554254 or 7472857. OLE color: 7472857.
HSL color Cylindrical-coordinate representation of color #D90672: hue angle of 329.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90672 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 114 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.15 |
| HSL | 329.29º | 0.95% | 0.44% | - |
| HSV(B) | 329.29º | 0.97% | 0.85% | - |
| XYZ | 31.72 | 16.1 | 17.35 | - |
| YUV | 81.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 114 | 0 | 0.97 | 0.47 | 0.15 | 329.29 | 0.95 | 0.44 |
| Hex | D9 | 6 | 72 | 0 | 61 | 2F | F | 149 | 5F | 2C |
| Octal | 331 | 6 | 162 | 0 | 141 | 57 | 17 | 511 | 137 | 54 |
| Binary | 11011001 | 110 | 1110010 | 0 | 1100001 | 101111 | 1111 | 101001001 | 1011111 | 101100 |
Color Harmonies of #D90672
Complementary color
Monochromatic Colors of #D90672
Black with #D90672
Text Example
Text Example
White with #D90672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90672; }
p { color: rgb(217,6,114); }
H1.HeaderClassName
{
color: #D90672;
}
.AnyTagClassName
{
color: #D90672;
}
</style>
background-color css
<style>
a { background-color: #D90672; }
a { background-color: rgb(217,6,114); }
div.DivClassName
{
background-color: #D90672;
}
.BgClassName
{
background-color: #D90672;
}
</style>
border-color css
<style>
span { border-color: #D90672; }
span { border-color: rgb(217,6,114); }
td.TdClassName
{
border-color: #D90672;
}
.TagClassName
{
border-color: #D90672;
}
</style>