Shades of Hot Pink #DF6CB1
Tints of Hot Pink #DF6CB1
RGB
CMYK
RGB Variations
Color information
#DF6CB1 (or 0xDF6CB1) is known color: Hot Pink. HEX triplet: DF, 6C and B1. RGB value is (223,108,177). Sum of RGB (Red+Green+Blue) = 223+108+177=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6CB1 is #20934E. Grayscale: #969696. Windows color (decimal): -2134863 or 11627743. OLE color: 11627743.
HSL color Cylindrical-coordinate representation of color #DF6CB1: hue angle of 324º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6CB1 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 177 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.13 |
| HSL | 324º | 0.64% | 0.65% | - |
| HSV(B) | 324º | 0.52% | 0.87% | - |
| XYZ | 43.73 | 29.59 | 45 | - |
| YUV | 150.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 177 | 0 | 0.52 | 0.21 | 0.13 | 324 | 0.64 | 0.65 |
| Hex | DF | 6C | B1 | 0 | 34 | 15 | D | 144 | 40 | 41 |
| Octal | 337 | 154 | 261 | 0 | 64 | 25 | 15 | 504 | 100 | 101 |
| Binary | 11011111 | 1101100 | 10110001 | 0 | 110100 | 10101 | 1101 | 101000100 | 1000000 | 1000001 |
Color Harmonies of #DF6CB1
Complementary color
Monochromatic Colors of #DF6CB1
Black with #DF6CB1
Text Example
Text Example
White with #DF6CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CB1; }
p { color: rgb(223,108,177); }
H1.HeaderClassName
{
color: #DF6CB1;
}
.AnyTagClassName
{
color: #DF6CB1;
}
</style>
background-color css
<style>
a { background-color: #DF6CB1; }
a { background-color: rgb(223,108,177); }
div.DivClassName
{
background-color: #DF6CB1;
}
.BgClassName
{
background-color: #DF6CB1;
}
</style>
border-color css
<style>
span { border-color: #DF6CB1; }
span { border-color: rgb(223,108,177); }
td.TdClassName
{
border-color: #DF6CB1;
}
.TagClassName
{
border-color: #DF6CB1;
}
</style>