Shades of Ruby #D2205A
Tints of Ruby #D2205A
RGB
CMYK
RGB Variations
Color information
#D2205A (or 0xD2205A) is known color: Ruby. HEX triplet: D2, 20 and 5A. RGB value is (210,32,90). Sum of RGB (Red+Green+Blue) = 210+32+90=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D2205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2205A is #2DDFA5. Grayscale: #5B5B5B. Windows color (decimal): -3006374 or 5906642. OLE color: 5906642.
HSL color Cylindrical-coordinate representation of color #D2205A: hue angle of 340.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2205A is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 90 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.18 |
| HSL | 340.45º | 0.74% | 0.47% | - |
| HSV(B) | 340.45º | 0.85% | 0.82% | - |
| XYZ | 28.94 | 15.47 | 11.13 | - |
| YUV | 91.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 90 | 0 | 0.85 | 0.57 | 0.18 | 340.45 | 0.74 | 0.47 |
| Hex | D2 | 20 | 5A | 0 | 55 | 39 | 12 | 154 | 4A | 2F |
| Octal | 322 | 40 | 132 | 0 | 125 | 71 | 22 | 524 | 112 | 57 |
| Binary | 11010010 | 100000 | 1011010 | 0 | 1010101 | 111001 | 10010 | 101010100 | 1001010 | 101111 |
Color Harmonies of #D2205A
Complementary color
Monochromatic Colors of #D2205A
Black with #D2205A
Text Example
Text Example
White with #D2205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2205A; }
p { color: rgb(210,32,90); }
H1.HeaderClassName
{
color: #D2205A;
}
.AnyTagClassName
{
color: #D2205A;
}
</style>
background-color css
<style>
a { background-color: #D2205A; }
a { background-color: rgb(210,32,90); }
div.DivClassName
{
background-color: #D2205A;
}
.BgClassName
{
background-color: #D2205A;
}
</style>
border-color css
<style>
span { border-color: #D2205A; }
span { border-color: rgb(210,32,90); }
td.TdClassName
{
border-color: #D2205A;
}
.TagClassName
{
border-color: #D2205A;
}
</style>