Shades of Hot Pink #DF65B0
Tints of Hot Pink #DF65B0
RGB
CMYK
RGB Variations
Color information
#DF65B0 (or 0xDF65B0) is known color: Hot Pink. HEX triplet: DF, 65 and B0. RGB value is (223,101,176). Sum of RGB (Red+Green+Blue) = 223+101+176=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF65B0 is #209A4F. Grayscale: #919191. Windows color (decimal): -2136656 or 11560415. OLE color: 11560415.
HSL color Cylindrical-coordinate representation of color #DF65B0: hue angle of 323.11º 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 #DF65B0 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 176 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.13 |
| HSL | 323.11º | 0.66% | 0.64% | - |
| HSV(B) | 323.11º | 0.55% | 0.87% | - |
| XYZ | 42.92 | 28.13 | 44.24 | - |
| YUV | 146.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 176 | 0 | 0.55 | 0.21 | 0.13 | 323.11 | 0.66 | 0.64 |
| Hex | DF | 65 | B0 | 0 | 37 | 15 | D | 143 | 42 | 40 |
| Octal | 337 | 145 | 260 | 0 | 67 | 25 | 15 | 503 | 102 | 100 |
| Binary | 11011111 | 1100101 | 10110000 | 0 | 110111 | 10101 | 1101 | 101000011 | 1000010 | 1000000 |
Color Harmonies of #DF65B0
Complementary color
Monochromatic Colors of #DF65B0
Black with #DF65B0
Text Example
Text Example
White with #DF65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF65B0; }
p { color: rgb(223,101,176); }
H1.HeaderClassName
{
color: #DF65B0;
}
.AnyTagClassName
{
color: #DF65B0;
}
</style>
background-color css
<style>
a { background-color: #DF65B0; }
a { background-color: rgb(223,101,176); }
div.DivClassName
{
background-color: #DF65B0;
}
.BgClassName
{
background-color: #DF65B0;
}
</style>
border-color css
<style>
span { border-color: #DF65B0; }
span { border-color: rgb(223,101,176); }
td.TdClassName
{
border-color: #DF65B0;
}
.TagClassName
{
border-color: #DF65B0;
}
</style>