Shades of Ruby #D4205E
Tints of Ruby #D4205E
RGB
CMYK
RGB Variations
Color information
#D4205E (or 0xD4205E) is known color: Ruby. HEX triplet: D4, 20 and 5E. RGB value is (212,32,94). Sum of RGB (Red+Green+Blue) = 212+32+94=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4205E is #2BDFA1. Grayscale: #5C5C5C. Windows color (decimal): -2875298 or 6168788. OLE color: 6168788.
HSL color Cylindrical-coordinate representation of color #D4205E: hue angle of 339.33º 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 #D4205E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 94 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.17 |
| HSL | 339.33º | 0.74% | 0.48% | - |
| HSV(B) | 339.33º | 0.85% | 0.83% | - |
| XYZ | 29.69 | 15.84 | 12.08 | - |
| YUV | 92.89 | 128.63 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 94 | 0 | 0.85 | 0.56 | 0.17 | 339.33 | 0.74 | 0.48 |
| Hex | D4 | 20 | 5E | 0 | 55 | 38 | 11 | 153 | 4A | 30 |
| Octal | 324 | 40 | 136 | 0 | 125 | 70 | 21 | 523 | 112 | 60 |
| Binary | 11010100 | 100000 | 1011110 | 0 | 1010101 | 111000 | 10001 | 101010011 | 1001010 | 110000 |
Color Harmonies of #D4205E
Complementary color
Monochromatic Colors of #D4205E
Black with #D4205E
Text Example
Text Example
White with #D4205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4205E; }
p { color: rgb(212,32,94); }
H1.HeaderClassName
{
color: #D4205E;
}
.AnyTagClassName
{
color: #D4205E;
}
</style>
background-color css
<style>
a { background-color: #D4205E; }
a { background-color: rgb(212,32,94); }
div.DivClassName
{
background-color: #D4205E;
}
.BgClassName
{
background-color: #D4205E;
}
</style>
border-color css
<style>
span { border-color: #D4205E; }
span { border-color: rgb(212,32,94); }
td.TdClassName
{
border-color: #D4205E;
}
.TagClassName
{
border-color: #D4205E;
}
</style>