Shades of Ruby #D4206E
Tints of Ruby #D4206E
RGB
CMYK
RGB Variations
Color information
#D4206E (or 0xD4206E) is known color: Ruby. HEX triplet: D4, 20 and 6E. RGB value is (212,32,110). Sum of RGB (Red+Green+Blue) = 212+32+110=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D4206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4206E is #2BDF91. Grayscale: #5E5E5E. Windows color (decimal): -2875282 or 7217364. OLE color: 7217364.
HSL color Cylindrical-coordinate representation of color #D4206E: hue angle of 334º 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 #D4206E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 110 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.17 |
| HSL | 334º | 0.74% | 0.48% | - |
| HSV(B) | 334º | 0.85% | 0.83% | - |
| XYZ | 30.48 | 16.16 | 16.26 | - |
| YUV | 94.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 110 | 0 | 0.85 | 0.48 | 0.17 | 334 | 0.74 | 0.48 |
| Hex | D4 | 20 | 6E | 0 | 55 | 30 | 11 | 14E | 4A | 30 |
| Octal | 324 | 40 | 156 | 0 | 125 | 60 | 21 | 516 | 112 | 60 |
| Binary | 11010100 | 100000 | 1101110 | 0 | 1010101 | 110000 | 10001 | 101001110 | 1001010 | 110000 |
Color Harmonies of #D4206E
Complementary color
Monochromatic Colors of #D4206E
Black with #D4206E
Text Example
Text Example
White with #D4206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4206E; }
p { color: rgb(212,32,110); }
H1.HeaderClassName
{
color: #D4206E;
}
.AnyTagClassName
{
color: #D4206E;
}
</style>
background-color css
<style>
a { background-color: #D4206E; }
a { background-color: rgb(212,32,110); }
div.DivClassName
{
background-color: #D4206E;
}
.BgClassName
{
background-color: #D4206E;
}
</style>
border-color css
<style>
span { border-color: #D4206E; }
span { border-color: rgb(212,32,110); }
td.TdClassName
{
border-color: #D4206E;
}
.TagClassName
{
border-color: #D4206E;
}
</style>