Shades of Hot Pink #DF65B7
Tints of Hot Pink #DF65B7
RGB
CMYK
RGB Variations
Color information
#DF65B7 (or 0xDF65B7) is known color: Hot Pink. HEX triplet: DF, 65 and B7. RGB value is (223,101,183). Sum of RGB (Red+Green+Blue) = 223+101+183=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65B7 is #209A48. Grayscale: #929292. Windows color (decimal): -2136649 or 12019167. OLE color: 12019167.
HSL color Cylindrical-coordinate representation of color #DF65B7: hue angle of 319.67º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65B7 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 183 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.13 |
| HSL | 319.67º | 0.66% | 0.64% | - |
| HSV(B) | 319.67º | 0.55% | 0.87% | - |
| XYZ | 43.63 | 28.41 | 47.98 | - |
| YUV | 146.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 183 | 0 | 0.55 | 0.18 | 0.13 | 319.67 | 0.66 | 0.64 |
| Hex | DF | 65 | B7 | 0 | 37 | 12 | D | 140 | 42 | 40 |
| Octal | 337 | 145 | 267 | 0 | 67 | 22 | 15 | 500 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10110111 | 0 | 110111 | 10010 | 1101 | 101000000 | 1000010 | 1000000 |
Color Harmonies of #DF65B7
Complementary color
Monochromatic Colors of #DF65B7
Black with #DF65B7
Text Example
Text Example
White with #DF65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65B7; }
p { color: rgb(223,101,183); }
H1.HeaderClassName
{
color: #DF65B7;
}
.AnyTagClassName
{
color: #DF65B7;
}
</style>
background-color css
<style>
a { background-color: #DF65B7; }
a { background-color: rgb(223,101,183); }
div.DivClassName
{
background-color: #DF65B7;
}
.BgClassName
{
background-color: #DF65B7;
}
</style>
border-color css
<style>
span { border-color: #DF65B7; }
span { border-color: rgb(223,101,183); }
td.TdClassName
{
border-color: #DF65B7;
}
.TagClassName
{
border-color: #DF65B7;
}
</style>