Shades of Hot Pink #DF68B2
Tints of Hot Pink #DF68B2
RGB
CMYK
RGB Variations
Color information
#DF68B2 (or 0xDF68B2) is known color: Hot Pink. HEX triplet: DF, 68 and B2. RGB value is (223,104,178). Sum of RGB (Red+Green+Blue) = 223+104+178=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF68B2 is #20974D. Grayscale: #939393. Windows color (decimal): -2135886 or 11692255. OLE color: 11692255.
HSL color Cylindrical-coordinate representation of color #DF68B2: hue angle of 322.69º 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 #DF68B2 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 178 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.13 |
| HSL | 322.69º | 0.65% | 0.64% | - |
| HSV(B) | 322.69º | 0.53% | 0.87% | - |
| XYZ | 43.42 | 28.8 | 45.39 | - |
| YUV | 148.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 178 | 0 | 0.53 | 0.20 | 0.13 | 322.69 | 0.65 | 0.64 |
| Hex | DF | 68 | B2 | 0 | 35 | 14 | D | 143 | 41 | 40 |
| Octal | 337 | 150 | 262 | 0 | 65 | 24 | 15 | 503 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10110010 | 0 | 110101 | 10100 | 1101 | 101000011 | 1000001 | 1000000 |
Color Harmonies of #DF68B2
Complementary color
Monochromatic Colors of #DF68B2
Black with #DF68B2
Text Example
Text Example
White with #DF68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68B2; }
p { color: rgb(223,104,178); }
H1.HeaderClassName
{
color: #DF68B2;
}
.AnyTagClassName
{
color: #DF68B2;
}
</style>
background-color css
<style>
a { background-color: #DF68B2; }
a { background-color: rgb(223,104,178); }
div.DivClassName
{
background-color: #DF68B2;
}
.BgClassName
{
background-color: #DF68B2;
}
</style>
border-color css
<style>
span { border-color: #DF68B2; }
span { border-color: rgb(223,104,178); }
td.TdClassName
{
border-color: #DF68B2;
}
.TagClassName
{
border-color: #DF68B2;
}
</style>