Shades of Hot Pink #DD64AD
Tints of Hot Pink #DD64AD
RGB
CMYK
RGB Variations
Color information
#DD64AD (or 0xDD64AD) is known color: Hot Pink. HEX triplet: DD, 64 and AD. RGB value is (221,100,173). Sum of RGB (Red+Green+Blue) = 221+100+173=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD64AD is #229B52. Grayscale: #909090. Windows color (decimal): -2267987 or 11363549. OLE color: 11363549.
HSL color Cylindrical-coordinate representation of color #DD64AD: hue angle of 323.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD64AD is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 173 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.13 |
| HSL | 323.8º | 0.64% | 0.63% | - |
| HSV(B) | 323.8º | 0.55% | 0.87% | - |
| XYZ | 41.92 | 27.5 | 42.63 | - |
| YUV | 144.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 173 | 0 | 0.55 | 0.22 | 0.13 | 323.8 | 0.64 | 0.63 |
| Hex | DD | 64 | AD | 0 | 37 | 16 | D | 144 | 40 | 3F |
| Octal | 335 | 144 | 255 | 0 | 67 | 26 | 15 | 504 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10101101 | 0 | 110111 | 10110 | 1101 | 101000100 | 1000000 | 111111 |
Color Harmonies of #DD64AD
Complementary color
Monochromatic Colors of #DD64AD
Black with #DD64AD
Text Example
Text Example
White with #DD64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64AD; }
p { color: rgb(221,100,173); }
H1.HeaderClassName
{
color: #DD64AD;
}
.AnyTagClassName
{
color: #DD64AD;
}
</style>
background-color css
<style>
a { background-color: #DD64AD; }
a { background-color: rgb(221,100,173); }
div.DivClassName
{
background-color: #DD64AD;
}
.BgClassName
{
background-color: #DD64AD;
}
</style>
border-color css
<style>
span { border-color: #DD64AD; }
span { border-color: rgb(221,100,173); }
td.TdClassName
{
border-color: #DD64AD;
}
.TagClassName
{
border-color: #DD64AD;
}
</style>