Shades of Ruby #D22057
Tints of Ruby #D22057
RGB
CMYK
RGB Variations
Color information
#D22057 (or 0xD22057) is known color: Ruby. HEX triplet: D2, 20 and 57. RGB value is (210,32,87). Sum of RGB (Red+Green+Blue) = 210+32+87=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D22057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22057 is #2DDFA8. Grayscale: #5B5B5B. Windows color (decimal): -3006377 or 5710034. OLE color: 5710034.
HSL color Cylindrical-coordinate representation of color #D22057: hue angle of 341.46º 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 #D22057 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 87 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.18 |
| HSL | 341.46º | 0.74% | 0.47% | - |
| HSV(B) | 341.46º | 0.85% | 0.82% | - |
| XYZ | 28.82 | 15.42 | 10.47 | - |
| YUV | 91.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 87 | 0 | 0.85 | 0.59 | 0.18 | 341.46 | 0.74 | 0.47 |
| Hex | D2 | 20 | 57 | 0 | 55 | 3B | 12 | 155 | 4A | 2F |
| Octal | 322 | 40 | 127 | 0 | 125 | 73 | 22 | 525 | 112 | 57 |
| Binary | 11010010 | 100000 | 1010111 | 0 | 1010101 | 111011 | 10010 | 101010101 | 1001010 | 101111 |
Color Harmonies of #D22057
Complementary color
Monochromatic Colors of #D22057
Black with #D22057
Text Example
Text Example
White with #D22057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22057; }
p { color: rgb(210,32,87); }
H1.HeaderClassName
{
color: #D22057;
}
.AnyTagClassName
{
color: #D22057;
}
</style>
background-color css
<style>
a { background-color: #D22057; }
a { background-color: rgb(210,32,87); }
div.DivClassName
{
background-color: #D22057;
}
.BgClassName
{
background-color: #D22057;
}
</style>
border-color css
<style>
span { border-color: #D22057; }
span { border-color: rgb(210,32,87); }
td.TdClassName
{
border-color: #D22057;
}
.TagClassName
{
border-color: #D22057;
}
</style>