Shades of Dark Pink #DF4687
Tints of Dark Pink #DF4687
RGB
CMYK
RGB Variations
Color information
#DF4687 (or 0xDF4687) is known color: Dark Pink. HEX triplet: DF, 46 and 87. RGB value is (223,70,135). Sum of RGB (Red+Green+Blue) = 223+70+135=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4687 is #20B978. Grayscale: #7B7B7B. Windows color (decimal): -2144633 or 8865503. OLE color: 8865503.
HSL color Cylindrical-coordinate representation of color #DF4687: hue angle of 334.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4687 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 135 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.13 |
| HSL | 334.51º | 0.71% | 0.57% | - |
| HSV(B) | 334.51º | 0.69% | 0.87% | - |
| XYZ | 36.99 | 21.82 | 25.18 | - |
| YUV | 123.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 135 | 0 | 0.69 | 0.39 | 0.13 | 334.51 | 0.71 | 0.57 |
| Hex | DF | 46 | 87 | 0 | 45 | 27 | D | 14F | 47 | 39 |
| Octal | 337 | 106 | 207 | 0 | 105 | 47 | 15 | 517 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10000111 | 0 | 1000101 | 100111 | 1101 | 101001111 | 1000111 | 111001 |
Color Harmonies of #DF4687
Complementary color
Monochromatic Colors of #DF4687
Black with #DF4687
Text Example
Text Example
White with #DF4687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4687; }
p { color: rgb(223,70,135); }
H1.HeaderClassName
{
color: #DF4687;
}
.AnyTagClassName
{
color: #DF4687;
}
</style>
background-color css
<style>
a { background-color: #DF4687; }
a { background-color: rgb(223,70,135); }
div.DivClassName
{
background-color: #DF4687;
}
.BgClassName
{
background-color: #DF4687;
}
</style>
border-color css
<style>
span { border-color: #DF4687; }
span { border-color: rgb(223,70,135); }
td.TdClassName
{
border-color: #DF4687;
}
.TagClassName
{
border-color: #DF4687;
}
</style>