Shades of Ruby #D42069
Tints of Ruby #D42069
RGB
CMYK
RGB Variations
Color information
#D42069 (or 0xD42069) is known color: Ruby. HEX triplet: D4, 20 and 69. RGB value is (212,32,105). Sum of RGB (Red+Green+Blue) = 212+32+105=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D42069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42069 is #2BDF96. Grayscale: #5E5E5E. Windows color (decimal): -2875287 or 6889684. OLE color: 6889684.
HSL color Cylindrical-coordinate representation of color #D42069: hue angle of 335.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42069 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 105 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.17 |
| HSL | 335.67º | 0.74% | 0.48% | - |
| HSV(B) | 335.67º | 0.85% | 0.83% | - |
| XYZ | 30.22 | 16.05 | 14.87 | - |
| YUV | 94.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 105 | 0 | 0.85 | 0.50 | 0.17 | 335.67 | 0.74 | 0.48 |
| Hex | D4 | 20 | 69 | 0 | 55 | 32 | 11 | 150 | 4A | 30 |
| Octal | 324 | 40 | 151 | 0 | 125 | 62 | 21 | 520 | 112 | 60 |
| Binary | 11010100 | 100000 | 1101001 | 0 | 1010101 | 110010 | 10001 | 101010000 | 1001010 | 110000 |
Color Harmonies of #D42069
Complementary color
Monochromatic Colors of #D42069
Black with #D42069
Text Example
Text Example
White with #D42069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42069; }
p { color: rgb(212,32,105); }
H1.HeaderClassName
{
color: #D42069;
}
.AnyTagClassName
{
color: #D42069;
}
</style>
background-color css
<style>
a { background-color: #D42069; }
a { background-color: rgb(212,32,105); }
div.DivClassName
{
background-color: #D42069;
}
.BgClassName
{
background-color: #D42069;
}
</style>
border-color css
<style>
span { border-color: #D42069; }
span { border-color: rgb(212,32,105); }
td.TdClassName
{
border-color: #D42069;
}
.TagClassName
{
border-color: #D42069;
}
</style>