Shades of Ruby #DC215B
Tints of Ruby #DC215B
RGB
CMYK
RGB Variations
Color information
#DC215B (or 0xDC215B) is known color: Ruby. HEX triplet: DC, 21 and 5B. RGB value is (220,33,91). Sum of RGB (Red+Green+Blue) = 220+33+91=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC215B is #23DEA4. Grayscale: #5F5F5F. Windows color (decimal): -2350757 or 5972444. OLE color: 5972444.
HSL color Cylindrical-coordinate representation of color #DC215B: hue angle of 341.39º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC215B is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 91 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.14 |
| HSL | 341.39º | 0.74% | 0.5% | - |
| HSV(B) | 341.39º | 0.85% | 0.86% | - |
| XYZ | 31.95 | 17.06 | 11.51 | - |
| YUV | 95.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 91 | 0 | 0.85 | 0.59 | 0.14 | 341.39 | 0.74 | 0.5 |
| Hex | DC | 21 | 5B | 0 | 55 | 3B | E | 155 | 4A | 32 |
| Octal | 334 | 41 | 133 | 0 | 125 | 73 | 16 | 525 | 112 | 62 |
| Binary | 11011100 | 100001 | 1011011 | 0 | 1010101 | 111011 | 1110 | 101010101 | 1001010 | 110010 |
Color Harmonies of #DC215B
Complementary color
Monochromatic Colors of #DC215B
Black with #DC215B
Text Example
Text Example
White with #DC215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC215B; }
p { color: rgb(220,33,91); }
H1.HeaderClassName
{
color: #DC215B;
}
.AnyTagClassName
{
color: #DC215B;
}
</style>
background-color css
<style>
a { background-color: #DC215B; }
a { background-color: rgb(220,33,91); }
div.DivClassName
{
background-color: #DC215B;
}
.BgClassName
{
background-color: #DC215B;
}
</style>
border-color css
<style>
span { border-color: #DC215B; }
span { border-color: rgb(220,33,91); }
td.TdClassName
{
border-color: #DC215B;
}
.TagClassName
{
border-color: #DC215B;
}
</style>