Shades of Ruby #D00F6C
Tints of Ruby #D00F6C
RGB
CMYK
RGB Variations
Color information
#D00F6C (or 0xD00F6C) is known color: Ruby. HEX triplet: D0, 0F and 6C. RGB value is (208,15,108). Sum of RGB (Red+Green+Blue) = 208+15+108=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F6C is #2FF093. Grayscale: #535353. Windows color (decimal): -3141780 or 7081936. OLE color: 7081936.
HSL color Cylindrical-coordinate representation of color #D00F6C: hue angle of 331.09º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F6C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 108 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.18 |
| HSL | 331.09º | 0.87% | 0.44% | - |
| HSV(B) | 331.09º | 0.93% | 0.82% | - |
| XYZ | 28.89 | 14.83 | 15.53 | - |
| YUV | 83.31 | 141.94 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 108 | 0 | 0.93 | 0.48 | 0.18 | 331.09 | 0.87 | 0.44 |
| Hex | D0 | F | 6C | 0 | 5D | 30 | 12 | 14B | 57 | 2C |
| Octal | 320 | 17 | 154 | 0 | 135 | 60 | 22 | 513 | 127 | 54 |
| Binary | 11010000 | 1111 | 1101100 | 0 | 1011101 | 110000 | 10010 | 101001011 | 1010111 | 101100 |
Color Harmonies of #D00F6C
Complementary color
Monochromatic Colors of #D00F6C
Black with #D00F6C
Text Example
Text Example
White with #D00F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F6C; }
p { color: rgb(208,15,108); }
H1.HeaderClassName
{
color: #D00F6C;
}
.AnyTagClassName
{
color: #D00F6C;
}
</style>
background-color css
<style>
a { background-color: #D00F6C; }
a { background-color: rgb(208,15,108); }
div.DivClassName
{
background-color: #D00F6C;
}
.BgClassName
{
background-color: #D00F6C;
}
</style>
border-color css
<style>
span { border-color: #D00F6C; }
span { border-color: rgb(208,15,108); }
td.TdClassName
{
border-color: #D00F6C;
}
.TagClassName
{
border-color: #D00F6C;
}
</style>