Shades of Dark Pink #DF6182
Tints of Dark Pink #DF6182
RGB
CMYK
RGB Variations
Color information
#DF6182 (or 0xDF6182) is known color: Dark Pink. HEX triplet: DF, 61 and 82. RGB value is (223,97,130). Sum of RGB (Red+Green+Blue) = 223+97+130=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6182 is #209E7D. Grayscale: #8A8A8A. Windows color (decimal): -2137726 or 8544735. OLE color: 8544735.
HSL color Cylindrical-coordinate representation of color #DF6182: hue angle of 344.29º 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 #DF6182 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 97 | 130 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.13 |
| HSL | 344.29º | 0.66% | 0.63% | - |
| HSV(B) | 344.29º | 0.57% | 0.87% | - |
| XYZ | 38.74 | 25.85 | 24.07 | - |
| YUV | 138.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 130 | 0 | 0.57 | 0.42 | 0.13 | 344.29 | 0.66 | 0.63 |
| Hex | DF | 61 | 82 | 0 | 39 | 2A | D | 158 | 42 | 3F |
| Octal | 337 | 141 | 202 | 0 | 71 | 52 | 15 | 530 | 102 | 77 |
| Binary | 11011111 | 1100001 | 10000010 | 0 | 111001 | 101010 | 1101 | 101011000 | 1000010 | 111111 |
Color Harmonies of #DF6182
Complementary color
Monochromatic Colors of #DF6182
Black with #DF6182
Text Example
Text Example
White with #DF6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6182; }
p { color: rgb(223,97,130); }
H1.HeaderClassName
{
color: #DF6182;
}
.AnyTagClassName
{
color: #DF6182;
}
</style>
background-color css
<style>
a { background-color: #DF6182; }
a { background-color: rgb(223,97,130); }
div.DivClassName
{
background-color: #DF6182;
}
.BgClassName
{
background-color: #DF6182;
}
</style>
border-color css
<style>
span { border-color: #DF6182; }
span { border-color: rgb(223,97,130); }
td.TdClassName
{
border-color: #DF6182;
}
.TagClassName
{
border-color: #DF6182;
}
</style>