Shades of Hot Pink #DF68B9
Tints of Hot Pink #DF68B9
RGB
CMYK
RGB Variations
Color information
#DF68B9 (or 0xDF68B9) is known color: Hot Pink. HEX triplet: DF, 68 and B9. RGB value is (223,104,185). Sum of RGB (Red+Green+Blue) = 223+104+185=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68B9 is #209746. Grayscale: #949494. Windows color (decimal): -2135879 or 12151007. OLE color: 12151007.
HSL color Cylindrical-coordinate representation of color #DF68B9: hue angle of 319.16º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF68B9 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 185 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.13 |
| HSL | 319.16º | 0.65% | 0.64% | - |
| HSV(B) | 319.16º | 0.53% | 0.87% | - |
| XYZ | 44.14 | 29.09 | 49.19 | - |
| YUV | 148.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 185 | 0 | 0.53 | 0.17 | 0.13 | 319.16 | 0.65 | 0.64 |
| Hex | DF | 68 | B9 | 0 | 35 | 11 | D | 13F | 41 | 40 |
| Octal | 337 | 150 | 271 | 0 | 65 | 21 | 15 | 477 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10111001 | 0 | 110101 | 10001 | 1101 | 100111111 | 1000001 | 1000000 |
Color Harmonies of #DF68B9
Complementary color
Monochromatic Colors of #DF68B9
Black with #DF68B9
Text Example
Text Example
White with #DF68B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68B9; }
p { color: rgb(223,104,185); }
H1.HeaderClassName
{
color: #DF68B9;
}
.AnyTagClassName
{
color: #DF68B9;
}
</style>
background-color css
<style>
a { background-color: #DF68B9; }
a { background-color: rgb(223,104,185); }
div.DivClassName
{
background-color: #DF68B9;
}
.BgClassName
{
background-color: #DF68B9;
}
</style>
border-color css
<style>
span { border-color: #DF68B9; }
span { border-color: rgb(223,104,185); }
td.TdClassName
{
border-color: #DF68B9;
}
.TagClassName
{
border-color: #DF68B9;
}
</style>