Shades of Dark Pink #DF4688
Tints of Dark Pink #DF4688
RGB
CMYK
RGB Variations
Color information
#DF4688 (or 0xDF4688) is known color: Dark Pink. HEX triplet: DF, 46 and 88. RGB value is (223,70,136). Sum of RGB (Red+Green+Blue) = 223+70+136=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4688 is #20B977. Grayscale: #7B7B7B. Windows color (decimal): -2144632 or 8931039. OLE color: 8931039.
HSL color Cylindrical-coordinate representation of color #DF4688: hue angle of 334.12º 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 #DF4688 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 136 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.13 |
| HSL | 334.12º | 0.71% | 0.57% | - |
| HSV(B) | 334.12º | 0.69% | 0.87% | - |
| XYZ | 37.07 | 21.85 | 25.56 | - |
| YUV | 123.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 136 | 0 | 0.69 | 0.39 | 0.13 | 334.12 | 0.71 | 0.57 |
| Hex | DF | 46 | 88 | 0 | 45 | 27 | D | 14E | 47 | 39 |
| Octal | 337 | 106 | 210 | 0 | 105 | 47 | 15 | 516 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10001000 | 0 | 1000101 | 100111 | 1101 | 101001110 | 1000111 | 111001 |
Color Harmonies of #DF4688
Complementary color
Monochromatic Colors of #DF4688
Black with #DF4688
Text Example
Text Example
White with #DF4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4688; }
p { color: rgb(223,70,136); }
H1.HeaderClassName
{
color: #DF4688;
}
.AnyTagClassName
{
color: #DF4688;
}
</style>
background-color css
<style>
a { background-color: #DF4688; }
a { background-color: rgb(223,70,136); }
div.DivClassName
{
background-color: #DF4688;
}
.BgClassName
{
background-color: #DF4688;
}
</style>
border-color css
<style>
span { border-color: #DF4688; }
span { border-color: rgb(223,70,136); }
td.TdClassName
{
border-color: #DF4688;
}
.TagClassName
{
border-color: #DF4688;
}
</style>