Shades of Dark Pink #DF4B87
Tints of Dark Pink #DF4B87
RGB
CMYK
RGB Variations
Color information
#DF4B87 (or 0xDF4B87) is known color: Dark Pink. HEX triplet: DF, 4B and 87. RGB value is (223,75,135). Sum of RGB (Red+Green+Blue) = 223+75+135=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B87 is #20B478. Grayscale: #7D7D7D. Windows color (decimal): -2143353 or 8866783. OLE color: 8866783.
HSL color Cylindrical-coordinate representation of color #DF4B87: hue angle of 335.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B87 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 135 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.13 |
| HSL | 335.68º | 0.7% | 0.58% | - |
| HSV(B) | 335.68º | 0.66% | 0.87% | - |
| XYZ | 37.32 | 22.47 | 25.29 | - |
| YUV | 126.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 135 | 0 | 0.66 | 0.39 | 0.13 | 335.68 | 0.7 | 0.58 |
| Hex | DF | 4B | 87 | 0 | 42 | 27 | D | 150 | 46 | 3A |
| Octal | 337 | 113 | 207 | 0 | 102 | 47 | 15 | 520 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10000111 | 0 | 1000010 | 100111 | 1101 | 101010000 | 1000110 | 111010 |
Color Harmonies of #DF4B87
Complementary color
Monochromatic Colors of #DF4B87
Black with #DF4B87
Text Example
Text Example
White with #DF4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B87; }
p { color: rgb(223,75,135); }
H1.HeaderClassName
{
color: #DF4B87;
}
.AnyTagClassName
{
color: #DF4B87;
}
</style>
background-color css
<style>
a { background-color: #DF4B87; }
a { background-color: rgb(223,75,135); }
div.DivClassName
{
background-color: #DF4B87;
}
.BgClassName
{
background-color: #DF4B87;
}
</style>
border-color css
<style>
span { border-color: #DF4B87; }
span { border-color: rgb(223,75,135); }
td.TdClassName
{
border-color: #DF4B87;
}
.TagClassName
{
border-color: #DF4B87;
}
</style>