Shades of Dark Pink #DF4B85
Tints of Dark Pink #DF4B85
RGB
CMYK
RGB Variations
Color information
#DF4B85 (or 0xDF4B85) is known color: Dark Pink. HEX triplet: DF, 4B and 85. RGB value is (223,75,133). Sum of RGB (Red+Green+Blue) = 223+75+133=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B85 is #20B47A. Grayscale: #7D7D7D. Windows color (decimal): -2143355 or 8735711. OLE color: 8735711.
HSL color Cylindrical-coordinate representation of color #DF4B85: hue angle of 336.49º 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 #DF4B85 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 133 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.13 |
| HSL | 336.49º | 0.7% | 0.58% | - |
| HSV(B) | 336.49º | 0.66% | 0.87% | - |
| XYZ | 37.18 | 22.41 | 24.56 | - |
| YUV | 125.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 133 | 0 | 0.66 | 0.40 | 0.13 | 336.49 | 0.7 | 0.58 |
| Hex | DF | 4B | 85 | 0 | 42 | 28 | D | 150 | 46 | 3A |
| Octal | 337 | 113 | 205 | 0 | 102 | 50 | 15 | 520 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10000101 | 0 | 1000010 | 101000 | 1101 | 101010000 | 1000110 | 111010 |
Color Harmonies of #DF4B85
Complementary color
Monochromatic Colors of #DF4B85
Black with #DF4B85
Text Example
Text Example
White with #DF4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B85; }
p { color: rgb(223,75,133); }
H1.HeaderClassName
{
color: #DF4B85;
}
.AnyTagClassName
{
color: #DF4B85;
}
</style>
background-color css
<style>
a { background-color: #DF4B85; }
a { background-color: rgb(223,75,133); }
div.DivClassName
{
background-color: #DF4B85;
}
.BgClassName
{
background-color: #DF4B85;
}
</style>
border-color css
<style>
span { border-color: #DF4B85; }
span { border-color: rgb(223,75,133); }
td.TdClassName
{
border-color: #DF4B85;
}
.TagClassName
{
border-color: #DF4B85;
}
</style>