Shades of Ruby #D21E69
Tints of Ruby #D21E69
RGB
CMYK
RGB Variations
Color information
#D21E69 (or 0xD21E69) is known color: Ruby. HEX triplet: D2, 1E and 69. RGB value is (210,30,105). Sum of RGB (Red+Green+Blue) = 210+30+105=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E69 is #2DE196. Grayscale: #5C5C5C. Windows color (decimal): -3006871 or 6889170. OLE color: 6889170.
HSL color Cylindrical-coordinate representation of color #D21E69: hue angle of 335º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E69 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 105 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.18 |
| HSL | 335º | 0.75% | 0.47% | - |
| HSV(B) | 335º | 0.86% | 0.82% | - |
| XYZ | 29.59 | 15.65 | 14.83 | - |
| YUV | 92.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 105 | 0 | 0.86 | 0.50 | 0.18 | 335 | 0.75 | 0.47 |
| Hex | D2 | 1E | 69 | 0 | 56 | 32 | 12 | 14F | 4B | 2F |
| Octal | 322 | 36 | 151 | 0 | 126 | 62 | 22 | 517 | 113 | 57 |
| Binary | 11010010 | 11110 | 1101001 | 0 | 1010110 | 110010 | 10010 | 101001111 | 1001011 | 101111 |
Color Harmonies of #D21E69
Complementary color
Monochromatic Colors of #D21E69
Black with #D21E69
Text Example
Text Example
White with #D21E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E69; }
p { color: rgb(210,30,105); }
H1.HeaderClassName
{
color: #D21E69;
}
.AnyTagClassName
{
color: #D21E69;
}
</style>
background-color css
<style>
a { background-color: #D21E69; }
a { background-color: rgb(210,30,105); }
div.DivClassName
{
background-color: #D21E69;
}
.BgClassName
{
background-color: #D21E69;
}
</style>
border-color css
<style>
span { border-color: #D21E69; }
span { border-color: rgb(210,30,105); }
td.TdClassName
{
border-color: #D21E69;
}
.TagClassName
{
border-color: #D21E69;
}
</style>