Shades of Hot Pink #DF68B0
Tints of Hot Pink #DF68B0
RGB
CMYK
RGB Variations
Color information
#DF68B0 (or 0xDF68B0) is known color: Hot Pink. HEX triplet: DF, 68 and B0. RGB value is (223,104,176). Sum of RGB (Red+Green+Blue) = 223+104+176=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68B0 is #20974F. Grayscale: #939393. Windows color (decimal): -2135888 or 11561183. OLE color: 11561183.
HSL color Cylindrical-coordinate representation of color #DF68B0: hue angle of 323.7º 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 #DF68B0 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 176 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.13 |
| HSL | 323.7º | 0.65% | 0.64% | - |
| HSV(B) | 323.7º | 0.53% | 0.87% | - |
| XYZ | 43.22 | 28.72 | 44.34 | - |
| YUV | 147.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 176 | 0 | 0.53 | 0.21 | 0.13 | 323.7 | 0.65 | 0.64 |
| Hex | DF | 68 | B0 | 0 | 35 | 15 | D | 144 | 41 | 40 |
| Octal | 337 | 150 | 260 | 0 | 65 | 25 | 15 | 504 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10110000 | 0 | 110101 | 10101 | 1101 | 101000100 | 1000001 | 1000000 |
Color Harmonies of #DF68B0
Complementary color
Monochromatic Colors of #DF68B0
Black with #DF68B0
Text Example
Text Example
White with #DF68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68B0; }
p { color: rgb(223,104,176); }
H1.HeaderClassName
{
color: #DF68B0;
}
.AnyTagClassName
{
color: #DF68B0;
}
</style>
background-color css
<style>
a { background-color: #DF68B0; }
a { background-color: rgb(223,104,176); }
div.DivClassName
{
background-color: #DF68B0;
}
.BgClassName
{
background-color: #DF68B0;
}
</style>
border-color css
<style>
span { border-color: #DF68B0; }
span { border-color: rgb(223,104,176); }
td.TdClassName
{
border-color: #DF68B0;
}
.TagClassName
{
border-color: #DF68B0;
}
</style>