Shades of Dark Pink #DF528E
Tints of Dark Pink #DF528E
RGB
CMYK
RGB Variations
Color information
#DF528E (or 0xDF528E) is known color: Dark Pink. HEX triplet: DF, 52 and 8E. RGB value is (223,82,142). Sum of RGB (Red+Green+Blue) = 223+82+142=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF528E is #20AD71. Grayscale: #828282. Windows color (decimal): -2141554 or 9327327. OLE color: 9327327.
HSL color Cylindrical-coordinate representation of color #DF528E: hue angle of 334.47º 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 #DF528E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 142 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.13 |
| HSL | 334.47º | 0.69% | 0.6% | - |
| HSV(B) | 334.47º | 0.63% | 0.87% | - |
| XYZ | 38.33 | 23.68 | 28.14 | - |
| YUV | 131 | 134.21 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 142 | 0 | 0.63 | 0.36 | 0.13 | 334.47 | 0.69 | 0.6 |
| Hex | DF | 52 | 8E | 0 | 3F | 24 | D | 14E | 45 | 3C |
| Octal | 337 | 122 | 216 | 0 | 77 | 44 | 15 | 516 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10001110 | 0 | 111111 | 100100 | 1101 | 101001110 | 1000101 | 111100 |
Color Harmonies of #DF528E
Complementary color
Monochromatic Colors of #DF528E
Black with #DF528E
Text Example
Text Example
White with #DF528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF528E; }
p { color: rgb(223,82,142); }
H1.HeaderClassName
{
color: #DF528E;
}
.AnyTagClassName
{
color: #DF528E;
}
</style>
background-color css
<style>
a { background-color: #DF528E; }
a { background-color: rgb(223,82,142); }
div.DivClassName
{
background-color: #DF528E;
}
.BgClassName
{
background-color: #DF528E;
}
</style>
border-color css
<style>
span { border-color: #DF528E; }
span { border-color: rgb(223,82,142); }
td.TdClassName
{
border-color: #DF528E;
}
.TagClassName
{
border-color: #DF528E;
}
</style>