Shades of Ruby #DC196B
Tints of Ruby #DC196B
RGB
CMYK
RGB Variations
Color information
#DC196B (or 0xDC196B) is known color: Ruby. HEX triplet: DC, 19 and 6B. RGB value is (220,25,107). Sum of RGB (Red+Green+Blue) = 220+25+107=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC196B is #23E694. Grayscale: #5C5C5C. Windows color (decimal): -2352789 or 7018972. OLE color: 7018972.
HSL color Cylindrical-coordinate representation of color #DC196B: hue angle of 334.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC196B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 25 | 107 | - |
CMYK | 0 | 0.89 | 0.51 | 0.14 |
HSL | 334.77º | 0.8% | 0.48% | - |
HSV(B) | 334.77º | 0.89% | 0.86% | - |
XYZ | 32.52 | 16.97 | 15.47 | - |
YUV | 92.65 | 136.1 | 218.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 25 | 107 | 0 | 0.89 | 0.51 | 0.14 | 334.77 | 0.8 | 0.48 |
Hex | DC | 19 | 6B | 0 | 59 | 33 | E | 14F | 50 | 30 |
Octal | 334 | 31 | 153 | 0 | 131 | 63 | 16 | 517 | 120 | 60 |
Binary | 11011100 | 11001 | 1101011 | 0 | 1011001 | 110011 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DC196B
Complementary color
Monochromatic Colors of #DC196B
Black with #DC196B
Text Example
Text Example
White with #DC196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC196B; }
p { color: rgb(220,25,107); }
H1.HeaderClassName
{
color: #DC196B;
}
.AnyTagClassName
{
color: #DC196B;
}
</style>
background-color css
<style>
a { background-color: #DC196B; }
a { background-color: rgb(220,25,107); }
div.DivClassName
{
background-color: #DC196B;
}
.BgClassName
{
background-color: #DC196B;
}
</style>
border-color css
<style>
span { border-color: #DC196B; }
span { border-color: rgb(220,25,107); }
td.TdClassName
{
border-color: #DC196B;
}
.TagClassName
{
border-color: #DC196B;
}
</style>