Shades of Ruby #D4206C
Tints of Ruby #D4206C
RGB
CMYK
RGB Variations
Color information
#D4206C (or 0xD4206C) is known color: Ruby. HEX triplet: D4, 20 and 6C. RGB value is (212,32,108). Sum of RGB (Red+Green+Blue) = 212+32+108=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D4206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4206C is #2BDF93. Grayscale: #5E5E5E. Windows color (decimal): -2875284 or 7086292. OLE color: 7086292.
HSL color Cylindrical-coordinate representation of color #D4206C: hue angle of 334.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 #D4206C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 108 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.17 |
| HSL | 334.67º | 0.74% | 0.48% | - |
| HSV(B) | 334.67º | 0.85% | 0.83% | - |
| XYZ | 30.37 | 16.11 | 15.7 | - |
| YUV | 94.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 108 | 0 | 0.85 | 0.49 | 0.17 | 334.67 | 0.74 | 0.48 |
| Hex | D4 | 20 | 6C | 0 | 55 | 31 | 11 | 14F | 4A | 30 |
| Octal | 324 | 40 | 154 | 0 | 125 | 61 | 21 | 517 | 112 | 60 |
| Binary | 11010100 | 100000 | 1101100 | 0 | 1010101 | 110001 | 10001 | 101001111 | 1001010 | 110000 |
Color Harmonies of #D4206C
Complementary color
Monochromatic Colors of #D4206C
Black with #D4206C
Text Example
Text Example
White with #D4206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4206C; }
p { color: rgb(212,32,108); }
H1.HeaderClassName
{
color: #D4206C;
}
.AnyTagClassName
{
color: #D4206C;
}
</style>
background-color css
<style>
a { background-color: #D4206C; }
a { background-color: rgb(212,32,108); }
div.DivClassName
{
background-color: #D4206C;
}
.BgClassName
{
background-color: #D4206C;
}
</style>
border-color css
<style>
span { border-color: #D4206C; }
span { border-color: rgb(212,32,108); }
td.TdClassName
{
border-color: #D4206C;
}
.TagClassName
{
border-color: #D4206C;
}
</style>