Shades of Dark Pink #DF528F
Tints of Dark Pink #DF528F
RGB
CMYK
RGB Variations
Color information
#DF528F (or 0xDF528F) is known color: Dark Pink. HEX triplet: DF, 52 and 8F. RGB value is (223,82,143). Sum of RGB (Red+Green+Blue) = 223+82+143=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF528F is #20AD70. Grayscale: #838383. Windows color (decimal): -2141553 or 9392863. OLE color: 9392863.
HSL color Cylindrical-coordinate representation of color #DF528F: hue angle of 334.04º 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 #DF528F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 143 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.13 |
| HSL | 334.04º | 0.69% | 0.6% | - |
| HSV(B) | 334.04º | 0.63% | 0.87% | - |
| XYZ | 38.41 | 23.71 | 28.54 | - |
| YUV | 131.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 143 | 0 | 0.63 | 0.36 | 0.13 | 334.04 | 0.69 | 0.6 |
| Hex | DF | 52 | 8F | 0 | 3F | 24 | D | 14E | 45 | 3C |
| Octal | 337 | 122 | 217 | 0 | 77 | 44 | 15 | 516 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10001111 | 0 | 111111 | 100100 | 1101 | 101001110 | 1000101 | 111100 |
Color Harmonies of #DF528F
Complementary color
Monochromatic Colors of #DF528F
Black with #DF528F
Text Example
Text Example
White with #DF528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF528F; }
p { color: rgb(223,82,143); }
H1.HeaderClassName
{
color: #DF528F;
}
.AnyTagClassName
{
color: #DF528F;
}
</style>
background-color css
<style>
a { background-color: #DF528F; }
a { background-color: rgb(223,82,143); }
div.DivClassName
{
background-color: #DF528F;
}
.BgClassName
{
background-color: #DF528F;
}
</style>
border-color css
<style>
span { border-color: #DF528F; }
span { border-color: rgb(223,82,143); }
td.TdClassName
{
border-color: #DF528F;
}
.TagClassName
{
border-color: #DF528F;
}
</style>