Shades of Ruby #D4206F
Tints of Ruby #D4206F
RGB
CMYK
RGB Variations
Color information
#D4206F (or 0xD4206F) is known color: Ruby. HEX triplet: D4, 20 and 6F. RGB value is (212,32,111). Sum of RGB (Red+Green+Blue) = 212+32+111=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4206F is #2BDF90. Grayscale: #5E5E5E. Windows color (decimal): -2875281 or 7282900. OLE color: 7282900.
HSL color Cylindrical-coordinate representation of color #D4206F: hue angle of 333.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 #D4206F is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 111 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.17 |
| HSL | 333.67º | 0.74% | 0.48% | - |
| HSV(B) | 333.67º | 0.85% | 0.83% | - |
| XYZ | 30.54 | 16.18 | 16.55 | - |
| YUV | 94.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 111 | 0 | 0.85 | 0.48 | 0.17 | 333.67 | 0.74 | 0.48 |
| Hex | D4 | 20 | 6F | 0 | 55 | 30 | 11 | 14E | 4A | 30 |
| Octal | 324 | 40 | 157 | 0 | 125 | 60 | 21 | 516 | 112 | 60 |
| Binary | 11010100 | 100000 | 1101111 | 0 | 1010101 | 110000 | 10001 | 101001110 | 1001010 | 110000 |
Color Harmonies of #D4206F
Complementary color
Monochromatic Colors of #D4206F
Black with #D4206F
Text Example
Text Example
White with #D4206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4206F; }
p { color: rgb(212,32,111); }
H1.HeaderClassName
{
color: #D4206F;
}
.AnyTagClassName
{
color: #D4206F;
}
</style>
background-color css
<style>
a { background-color: #D4206F; }
a { background-color: rgb(212,32,111); }
div.DivClassName
{
background-color: #D4206F;
}
.BgClassName
{
background-color: #D4206F;
}
</style>
border-color css
<style>
span { border-color: #D4206F; }
span { border-color: rgb(212,32,111); }
td.TdClassName
{
border-color: #D4206F;
}
.TagClassName
{
border-color: #D4206F;
}
</style>