Shades of Hot Pink #DD65B7
Tints of Hot Pink #DD65B7
RGB
CMYK
RGB Variations
Color information
#DD65B7 (or 0xDD65B7) is known color: Hot Pink. HEX triplet: DD, 65 and B7. RGB value is (221,101,183). Sum of RGB (Red+Green+Blue) = 221+101+183=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65B7 is #229A48. Grayscale: #929292. Windows color (decimal): -2267721 or 12019165. OLE color: 12019165.
HSL color Cylindrical-coordinate representation of color #DD65B7: hue angle of 319º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65B7 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 183 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.13 |
| HSL | 319º | 0.64% | 0.63% | - |
| HSV(B) | 319º | 0.54% | 0.87% | - |
| XYZ | 43.02 | 28.1 | 47.96 | - |
| YUV | 146.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 183 | 0 | 0.54 | 0.17 | 0.13 | 319 | 0.64 | 0.63 |
| Hex | DD | 65 | B7 | 0 | 36 | 11 | D | 13F | 40 | 3F |
| Octal | 335 | 145 | 267 | 0 | 66 | 21 | 15 | 477 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10110111 | 0 | 110110 | 10001 | 1101 | 100111111 | 1000000 | 111111 |
Color Harmonies of #DD65B7
Complementary color
Monochromatic Colors of #DD65B7
Black with #DD65B7
Text Example
Text Example
White with #DD65B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65B7; }
p { color: rgb(221,101,183); }
H1.HeaderClassName
{
color: #DD65B7;
}
.AnyTagClassName
{
color: #DD65B7;
}
</style>
background-color css
<style>
a { background-color: #DD65B7; }
a { background-color: rgb(221,101,183); }
div.DivClassName
{
background-color: #DD65B7;
}
.BgClassName
{
background-color: #DD65B7;
}
</style>
border-color css
<style>
span { border-color: #DD65B7; }
span { border-color: rgb(221,101,183); }
td.TdClassName
{
border-color: #DD65B7;
}
.TagClassName
{
border-color: #DD65B7;
}
</style>