Shades of Ruby #DC1F65
Tints of Ruby #DC1F65
RGB
CMYK
RGB Variations
Color information
#DC1F65 (or 0xDC1F65) is known color: Ruby. HEX triplet: DC, 1F and 65. RGB value is (220,31,101). Sum of RGB (Red+Green+Blue) = 220+31+101=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F65 is #23E09A. Grayscale: #5F5F5F. Windows color (decimal): -2351259 or 6627292. OLE color: 6627292.
HSL color Cylindrical-coordinate representation of color #DC1F65: hue angle of 337.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F65 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 101 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.14 |
| HSL | 337.78º | 0.75% | 0.49% | - |
| HSV(B) | 337.78º | 0.86% | 0.86% | - |
| XYZ | 32.35 | 17.14 | 13.91 | - |
| YUV | 95.49 | 131.12 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 101 | 0 | 0.86 | 0.54 | 0.14 | 337.78 | 0.75 | 0.49 |
| Hex | DC | 1F | 65 | 0 | 56 | 36 | E | 152 | 4B | 31 |
| Octal | 334 | 37 | 145 | 0 | 126 | 66 | 16 | 522 | 113 | 61 |
| Binary | 11011100 | 11111 | 1100101 | 0 | 1010110 | 110110 | 1110 | 101010010 | 1001011 | 110001 |
Color Harmonies of #DC1F65
Complementary color
Monochromatic Colors of #DC1F65
Black with #DC1F65
Text Example
Text Example
White with #DC1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F65; }
p { color: rgb(220,31,101); }
H1.HeaderClassName
{
color: #DC1F65;
}
.AnyTagClassName
{
color: #DC1F65;
}
</style>
background-color css
<style>
a { background-color: #DC1F65; }
a { background-color: rgb(220,31,101); }
div.DivClassName
{
background-color: #DC1F65;
}
.BgClassName
{
background-color: #DC1F65;
}
</style>
border-color css
<style>
span { border-color: #DC1F65; }
span { border-color: rgb(220,31,101); }
td.TdClassName
{
border-color: #DC1F65;
}
.TagClassName
{
border-color: #DC1F65;
}
</style>