Shades of Dark Pink #DF5196
Tints of Dark Pink #DF5196
RGB
CMYK
RGB Variations
Color information
#DF5196 (or 0xDF5196) is known color: Dark Pink. HEX triplet: DF, 51 and 96. RGB value is (223,81,150). Sum of RGB (Red+Green+Blue) = 223+81+150=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5196 is #20AE69. Grayscale: #838383. Windows color (decimal): -2141802 or 9851359. OLE color: 9851359.
HSL color Cylindrical-coordinate representation of color #DF5196: hue angle of 330.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5196 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 150 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.13 |
| HSL | 330.85º | 0.69% | 0.6% | - |
| HSV(B) | 330.85º | 0.64% | 0.87% | - |
| XYZ | 38.88 | 23.77 | 31.39 | - |
| YUV | 131.32 | 138.54 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 150 | 0 | 0.64 | 0.33 | 0.13 | 330.85 | 0.69 | 0.6 |
| Hex | DF | 51 | 96 | 0 | 40 | 21 | D | 14B | 45 | 3C |
| Octal | 337 | 121 | 226 | 0 | 100 | 41 | 15 | 513 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10010110 | 0 | 1000000 | 100001 | 1101 | 101001011 | 1000101 | 111100 |
Color Harmonies of #DF5196
Complementary color
Monochromatic Colors of #DF5196
Black with #DF5196
Text Example
Text Example
White with #DF5196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5196; }
p { color: rgb(223,81,150); }
H1.HeaderClassName
{
color: #DF5196;
}
.AnyTagClassName
{
color: #DF5196;
}
</style>
background-color css
<style>
a { background-color: #DF5196; }
a { background-color: rgb(223,81,150); }
div.DivClassName
{
background-color: #DF5196;
}
.BgClassName
{
background-color: #DF5196;
}
</style>
border-color css
<style>
span { border-color: #DF5196; }
span { border-color: rgb(223,81,150); }
td.TdClassName
{
border-color: #DF5196;
}
.TagClassName
{
border-color: #DF5196;
}
</style>