Shades of Dark Pink #DF4F88
Tints of Dark Pink #DF4F88
RGB
CMYK
RGB Variations
Color information
#DF4F88 (or 0xDF4F88) is known color: Dark Pink. HEX triplet: DF, 4F and 88. RGB value is (223,79,136). Sum of RGB (Red+Green+Blue) = 223+79+136=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4F88 is #20B077. Grayscale: #808080. Windows color (decimal): -2142328 or 8933343. OLE color: 8933343.
HSL color Cylindrical-coordinate representation of color #DF4F88: hue angle of 336.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4F88 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 136 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.13 |
| HSL | 336.25º | 0.69% | 0.59% | - |
| HSV(B) | 336.25º | 0.65% | 0.87% | - |
| XYZ | 37.67 | 23.06 | 25.76 | - |
| YUV | 128.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 136 | 0 | 0.65 | 0.39 | 0.13 | 336.25 | 0.69 | 0.59 |
| Hex | DF | 4F | 88 | 0 | 41 | 27 | D | 150 | 45 | 3B |
| Octal | 337 | 117 | 210 | 0 | 101 | 47 | 15 | 520 | 105 | 73 |
| Binary | 11011111 | 1001111 | 10001000 | 0 | 1000001 | 100111 | 1101 | 101010000 | 1000101 | 111011 |
Color Harmonies of #DF4F88
Complementary color
Monochromatic Colors of #DF4F88
Black with #DF4F88
Text Example
Text Example
White with #DF4F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F88; }
p { color: rgb(223,79,136); }
H1.HeaderClassName
{
color: #DF4F88;
}
.AnyTagClassName
{
color: #DF4F88;
}
</style>
background-color css
<style>
a { background-color: #DF4F88; }
a { background-color: rgb(223,79,136); }
div.DivClassName
{
background-color: #DF4F88;
}
.BgClassName
{
background-color: #DF4F88;
}
</style>
border-color css
<style>
span { border-color: #DF4F88; }
span { border-color: rgb(223,79,136); }
td.TdClassName
{
border-color: #DF4F88;
}
.TagClassName
{
border-color: #DF4F88;
}
</style>