Shades of Hot Pink #DD64AF
Tints of Hot Pink #DD64AF
RGB
CMYK
RGB Variations
Color information
#DD64AF (or 0xDD64AF) is known color: Hot Pink. HEX triplet: DD, 64 and AF. RGB value is (221,100,175). Sum of RGB (Red+Green+Blue) = 221+100+175=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD64AF is #229B50. Grayscale: #909090. Windows color (decimal): -2267985 or 11494621. OLE color: 11494621.
HSL color Cylindrical-coordinate representation of color #DD64AF: hue angle of 322.81º 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 #DD64AF is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 175 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.13 |
| HSL | 322.81º | 0.64% | 0.63% | - |
| HSV(B) | 322.81º | 0.55% | 0.87% | - |
| XYZ | 42.11 | 27.58 | 43.66 | - |
| YUV | 144.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 175 | 0 | 0.55 | 0.21 | 0.13 | 322.81 | 0.64 | 0.63 |
| Hex | DD | 64 | AF | 0 | 37 | 15 | D | 143 | 40 | 3F |
| Octal | 335 | 144 | 257 | 0 | 67 | 25 | 15 | 503 | 100 | 77 |
| Binary | 11011101 | 1100100 | 10101111 | 0 | 110111 | 10101 | 1101 | 101000011 | 1000000 | 111111 |
Color Harmonies of #DD64AF
Complementary color
Monochromatic Colors of #DD64AF
Black with #DD64AF
Text Example
Text Example
White with #DD64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64AF; }
p { color: rgb(221,100,175); }
H1.HeaderClassName
{
color: #DD64AF;
}
.AnyTagClassName
{
color: #DD64AF;
}
</style>
background-color css
<style>
a { background-color: #DD64AF; }
a { background-color: rgb(221,100,175); }
div.DivClassName
{
background-color: #DD64AF;
}
.BgClassName
{
background-color: #DD64AF;
}
</style>
border-color css
<style>
span { border-color: #DD64AF; }
span { border-color: rgb(221,100,175); }
td.TdClassName
{
border-color: #DD64AF;
}
.TagClassName
{
border-color: #DD64AF;
}
</style>