Shades of Ruby #D40268
Tints of Ruby #D40268
RGB
CMYK
RGB Variations
Color information
#D40268 (or 0xD40268) is known color: Ruby. HEX triplet: D4, 02 and 68. RGB value is (212,2,104). Sum of RGB (Red+Green+Blue) = 212+2+104=318 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.67% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 212 - color contains mainly: red. Hex color #D40268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40268 is #2BFD97. Grayscale: #4C4C4C. Windows color (decimal): -2882968 or 6816468. OLE color: 6816468.
HSL color Cylindrical-coordinate representation of color #D40268: hue angle of 330.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40268 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.17 |
| HSL | 330.86º | 0.98% | 0.42% | - |
| HSV(B) | 330.86º | 0.99% | 0.83% | - |
| XYZ | 29.67 | 15.04 | 14.44 | - |
| YUV | 76.42 | 143.57 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 2 | 104 | 0 | 0.99 | 0.51 | 0.17 | 330.86 | 0.98 | 0.42 |
| Hex | D4 | 2 | 68 | 0 | 63 | 33 | 11 | 14B | 62 | 2A |
| Octal | 324 | 2 | 150 | 0 | 143 | 63 | 21 | 513 | 142 | 52 |
| Binary | 11010100 | 10 | 1101000 | 0 | 1100011 | 110011 | 10001 | 101001011 | 1100010 | 101010 |
Color Harmonies of #D40268
Complementary color
Monochromatic Colors of #D40268
Black with #D40268
Text Example
Text Example
White with #D40268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40268; }
p { color: rgb(212,2,104); }
H1.HeaderClassName
{
color: #D40268;
}
.AnyTagClassName
{
color: #D40268;
}
</style>
background-color css
<style>
a { background-color: #D40268; }
a { background-color: rgb(212,2,104); }
div.DivClassName
{
background-color: #D40268;
}
.BgClassName
{
background-color: #D40268;
}
</style>
border-color css
<style>
span { border-color: #D40268; }
span { border-color: rgb(212,2,104); }
td.TdClassName
{
border-color: #D40268;
}
.TagClassName
{
border-color: #D40268;
}
</style>