Shades of Ruby #D80274
Tints of Ruby #D80274
RGB
CMYK
RGB Variations
Color information
#D80274 (or 0xD80274) is known color: Ruby. HEX triplet: D8, 02 and 74. RGB value is (216,2,116). Sum of RGB (Red+Green+Blue) = 216+2+116=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D80274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80274 is #27FD8B. Grayscale: #4E4E4E. Windows color (decimal): -2620812 or 7602904. OLE color: 7602904.
HSL color Cylindrical-coordinate representation of color #D80274: hue angle of 328.04º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80274 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.15 |
| HSL | 328.04º | 0.98% | 0.43% | - |
| HSV(B) | 328.04º | 0.99% | 0.85% | - |
| XYZ | 31.49 | 15.9 | 17.93 | - |
| YUV | 78.98 | 148.9 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 116 | 0 | 0.99 | 0.46 | 0.15 | 328.04 | 0.98 | 0.43 |
| Hex | D8 | 2 | 74 | 0 | 63 | 2E | F | 148 | 62 | 2B |
| Octal | 330 | 2 | 164 | 0 | 143 | 56 | 17 | 510 | 142 | 53 |
| Binary | 11011000 | 10 | 1110100 | 0 | 1100011 | 101110 | 1111 | 101001000 | 1100010 | 101011 |
Color Harmonies of #D80274
Complementary color
Monochromatic Colors of #D80274
Black with #D80274
Text Example
Text Example
White with #D80274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80274; }
p { color: rgb(216,2,116); }
H1.HeaderClassName
{
color: #D80274;
}
.AnyTagClassName
{
color: #D80274;
}
</style>
background-color css
<style>
a { background-color: #D80274; }
a { background-color: rgb(216,2,116); }
div.DivClassName
{
background-color: #D80274;
}
.BgClassName
{
background-color: #D80274;
}
</style>
border-color css
<style>
span { border-color: #D80274; }
span { border-color: rgb(216,2,116); }
td.TdClassName
{
border-color: #D80274;
}
.TagClassName
{
border-color: #D80274;
}
</style>