Shades of Ruby #D40469
Tints of Ruby #D40469
RGB
CMYK
RGB Variations
Color information
#D40469 (or 0xD40469) is known color: Ruby. HEX triplet: D4, 04 and 69. RGB value is (212,4,105). Sum of RGB (Red+Green+Blue) = 212+4+105=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D40469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40469 is #2BFB96. Grayscale: #4D4D4D. Windows color (decimal): -2882455 or 6882516. OLE color: 6882516.
HSL color Cylindrical-coordinate representation of color #D40469: hue angle of 330.87º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40469 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.17 |
| HSL | 330.87º | 0.96% | 0.42% | - |
| HSV(B) | 330.87º | 0.98% | 0.83% | - |
| XYZ | 29.74 | 15.1 | 14.71 | - |
| YUV | 77.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 105 | 0 | 0.98 | 0.50 | 0.17 | 330.87 | 0.96 | 0.42 |
| Hex | D4 | 4 | 69 | 0 | 62 | 32 | 11 | 14B | 60 | 2A |
| Octal | 324 | 4 | 151 | 0 | 142 | 62 | 21 | 513 | 140 | 52 |
| Binary | 11010100 | 100 | 1101001 | 0 | 1100010 | 110010 | 10001 | 101001011 | 1100000 | 101010 |
Color Harmonies of #D40469
Complementary color
Monochromatic Colors of #D40469
Black with #D40469
Text Example
Text Example
White with #D40469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40469; }
p { color: rgb(212,4,105); }
H1.HeaderClassName
{
color: #D40469;
}
.AnyTagClassName
{
color: #D40469;
}
</style>
background-color css
<style>
a { background-color: #D40469; }
a { background-color: rgb(212,4,105); }
div.DivClassName
{
background-color: #D40469;
}
.BgClassName
{
background-color: #D40469;
}
</style>
border-color css
<style>
span { border-color: #D40469; }
span { border-color: rgb(212,4,105); }
td.TdClassName
{
border-color: #D40469;
}
.TagClassName
{
border-color: #D40469;
}
</style>