Shades of Ruby #DC206E
Tints of Ruby #DC206E
RGB
CMYK
RGB Variations
Color information
#DC206E (or 0xDC206E) is known color: Ruby. HEX triplet: DC, 20 and 6E. RGB value is (220,32,110). Sum of RGB (Red+Green+Blue) = 220+32+110=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC206E is #23DF91. Grayscale: #606060. Windows color (decimal): -2350994 or 7217372. OLE color: 7217372.
HSL color Cylindrical-coordinate representation of color #DC206E: hue angle of 335.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC206E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 110 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.14 |
| HSL | 335.11º | 0.75% | 0.49% | - |
| HSV(B) | 335.11º | 0.85% | 0.86% | - |
| XYZ | 32.85 | 17.37 | 16.37 | - |
| YUV | 97.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 110 | 0 | 0.85 | 0.50 | 0.14 | 335.11 | 0.75 | 0.49 |
| Hex | DC | 20 | 6E | 0 | 55 | 32 | E | 14F | 4B | 31 |
| Octal | 334 | 40 | 156 | 0 | 125 | 62 | 16 | 517 | 113 | 61 |
| Binary | 11011100 | 100000 | 1101110 | 0 | 1010101 | 110010 | 1110 | 101001111 | 1001011 | 110001 |
Color Harmonies of #DC206E
Complementary color
Monochromatic Colors of #DC206E
Black with #DC206E
Text Example
Text Example
White with #DC206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC206E; }
p { color: rgb(220,32,110); }
H1.HeaderClassName
{
color: #DC206E;
}
.AnyTagClassName
{
color: #DC206E;
}
</style>
background-color css
<style>
a { background-color: #DC206E; }
a { background-color: rgb(220,32,110); }
div.DivClassName
{
background-color: #DC206E;
}
.BgClassName
{
background-color: #DC206E;
}
</style>
border-color css
<style>
span { border-color: #DC206E; }
span { border-color: rgb(220,32,110); }
td.TdClassName
{
border-color: #DC206E;
}
.TagClassName
{
border-color: #DC206E;
}
</style>