Shades of Dark Pink #DF6184
Tints of Dark Pink #DF6184
RGB
CMYK
RGB Variations
Color information
#DF6184 (or 0xDF6184) is known color: Dark Pink. HEX triplet: DF, 61 and 84. RGB value is (223,97,132). Sum of RGB (Red+Green+Blue) = 223+97+132=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6184 is #209E7B. Grayscale: #8A8A8A. Windows color (decimal): -2137724 or 8675807. OLE color: 8675807.
HSL color Cylindrical-coordinate representation of color #DF6184: hue angle of 343.33º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6184 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 132 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.13 |
| HSL | 343.33º | 0.66% | 0.63% | - |
| HSV(B) | 343.33º | 0.57% | 0.87% | - |
| XYZ | 38.87 | 25.9 | 24.78 | - |
| YUV | 138.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 132 | 0 | 0.57 | 0.41 | 0.13 | 343.33 | 0.66 | 0.63 |
| Hex | DF | 61 | 84 | 0 | 39 | 29 | D | 157 | 42 | 3F |
| Octal | 337 | 141 | 204 | 0 | 71 | 51 | 15 | 527 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10000100 | 0 | 111001 | 101001 | 1101 | 101010111 | 1000010 | 111111 |
Color Harmonies of #DF6184
Complementary color
Monochromatic Colors of #DF6184
Black with #DF6184
Text Example
Text Example
White with #DF6184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6184; }
p { color: rgb(223,97,132); }
H1.HeaderClassName
{
color: #DF6184;
}
.AnyTagClassName
{
color: #DF6184;
}
</style>
background-color css
<style>
a { background-color: #DF6184; }
a { background-color: rgb(223,97,132); }
div.DivClassName
{
background-color: #DF6184;
}
.BgClassName
{
background-color: #DF6184;
}
</style>
border-color css
<style>
span { border-color: #DF6184; }
span { border-color: rgb(223,97,132); }
td.TdClassName
{
border-color: #DF6184;
}
.TagClassName
{
border-color: #DF6184;
}
</style>