Shades of Hot Pink #DF68B4
Tints of Hot Pink #DF68B4
RGB
CMYK
RGB Variations
Color information
#DF68B4 (or 0xDF68B4) is known color: Hot Pink. HEX triplet: DF, 68 and B4. RGB value is (223,104,180). Sum of RGB (Red+Green+Blue) = 223+104+180=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68B4 is #20974B. Grayscale: #949494. Windows color (decimal): -2135884 or 11823327. OLE color: 11823327.
HSL color Cylindrical-coordinate representation of color #DF68B4: hue angle of 321.68º 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 #DF68B4 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 180 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.13 |
| HSL | 321.68º | 0.65% | 0.64% | - |
| HSV(B) | 321.68º | 0.53% | 0.87% | - |
| XYZ | 43.62 | 28.88 | 46.46 | - |
| YUV | 148.25 | 145.92 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 180 | 0 | 0.53 | 0.19 | 0.13 | 321.68 | 0.65 | 0.64 |
| Hex | DF | 68 | B4 | 0 | 35 | 13 | D | 142 | 41 | 40 |
| Octal | 337 | 150 | 264 | 0 | 65 | 23 | 15 | 502 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10110100 | 0 | 110101 | 10011 | 1101 | 101000010 | 1000001 | 1000000 |
Color Harmonies of #DF68B4
Complementary color
Monochromatic Colors of #DF68B4
Black with #DF68B4
Text Example
Text Example
White with #DF68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68B4; }
p { color: rgb(223,104,180); }
H1.HeaderClassName
{
color: #DF68B4;
}
.AnyTagClassName
{
color: #DF68B4;
}
</style>
background-color css
<style>
a { background-color: #DF68B4; }
a { background-color: rgb(223,104,180); }
div.DivClassName
{
background-color: #DF68B4;
}
.BgClassName
{
background-color: #DF68B4;
}
</style>
border-color css
<style>
span { border-color: #DF68B4; }
span { border-color: rgb(223,104,180); }
td.TdClassName
{
border-color: #DF68B4;
}
.TagClassName
{
border-color: #DF68B4;
}
</style>