Shades of Dark Pink #DF5296
Tints of Dark Pink #DF5296
RGB
CMYK
RGB Variations
Color information
#DF5296 (or 0xDF5296) is known color: Dark Pink. HEX triplet: DF, 52 and 96. RGB value is (223,82,150). Sum of RGB (Red+Green+Blue) = 223+82+150=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5296 is #20AD69. Grayscale: #838383. Windows color (decimal): -2141546 or 9851615. OLE color: 9851615.
HSL color Cylindrical-coordinate representation of color #DF5296: hue angle of 331.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5296 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 150 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.13 |
| HSL | 331.06º | 0.69% | 0.6% | - |
| HSV(B) | 331.06º | 0.63% | 0.87% | - |
| XYZ | 38.95 | 23.92 | 31.42 | - |
| YUV | 131.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 150 | 0 | 0.63 | 0.33 | 0.13 | 331.06 | 0.69 | 0.6 |
| Hex | DF | 52 | 96 | 0 | 3F | 21 | D | 14B | 45 | 3C |
| Octal | 337 | 122 | 226 | 0 | 77 | 41 | 15 | 513 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10010110 | 0 | 111111 | 100001 | 1101 | 101001011 | 1000101 | 111100 |
Color Harmonies of #DF5296
Complementary color
Monochromatic Colors of #DF5296
Black with #DF5296
Text Example
Text Example
White with #DF5296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5296; }
p { color: rgb(223,82,150); }
H1.HeaderClassName
{
color: #DF5296;
}
.AnyTagClassName
{
color: #DF5296;
}
</style>
background-color css
<style>
a { background-color: #DF5296; }
a { background-color: rgb(223,82,150); }
div.DivClassName
{
background-color: #DF5296;
}
.BgClassName
{
background-color: #DF5296;
}
</style>
border-color css
<style>
span { border-color: #DF5296; }
span { border-color: rgb(223,82,150); }
td.TdClassName
{
border-color: #DF5296;
}
.TagClassName
{
border-color: #DF5296;
}
</style>