Shades of Ruby #D00268
Tints of Ruby #D00268
RGB
CMYK
RGB Variations
Color information
#D00268 (or 0xD00268) is known color: Ruby. HEX triplet: D0, 02 and 68. RGB value is (208,2,104). Sum of RGB (Red+Green+Blue) = 208+2+104=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D00268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00268 is #2FFD97. Grayscale: #4B4B4B. Windows color (decimal): -3145112 or 6816464. OLE color: 6816464.
HSL color Cylindrical-coordinate representation of color #D00268: hue angle of 330.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00268 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.18 |
| HSL | 330.29º | 0.98% | 0.41% | - |
| HSV(B) | 330.29º | 0.99% | 0.82% | - |
| XYZ | 28.53 | 14.45 | 14.38 | - |
| YUV | 75.22 | 144.25 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 2 | 104 | 0 | 0.99 | 0.5 | 0.18 | 330.29 | 0.98 | 0.41 |
| Hex | D0 | 2 | 68 | 0 | 63 | 32 | 12 | 14A | 62 | 29 |
| Octal | 320 | 2 | 150 | 0 | 143 | 62 | 22 | 512 | 142 | 51 |
| Binary | 11010000 | 10 | 1101000 | 0 | 1100011 | 110010 | 10010 | 101001010 | 1100010 | 101001 |
Color Harmonies of #D00268
Complementary color
Monochromatic Colors of #D00268
Black with #D00268
Text Example
Text Example
White with #D00268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00268; }
p { color: rgb(208,2,104); }
H1.HeaderClassName
{
color: #D00268;
}
.AnyTagClassName
{
color: #D00268;
}
</style>
background-color css
<style>
a { background-color: #D00268; }
a { background-color: rgb(208,2,104); }
div.DivClassName
{
background-color: #D00268;
}
.BgClassName
{
background-color: #D00268;
}
</style>
border-color css
<style>
span { border-color: #D00268; }
span { border-color: rgb(208,2,104); }
td.TdClassName
{
border-color: #D00268;
}
.TagClassName
{
border-color: #D00268;
}
</style>