Shades of Hot Pink #DD66AF
Tints of Hot Pink #DD66AF
RGB
CMYK
RGB Variations
Color information
#DD66AF (or 0xDD66AF) is known color: Hot Pink. HEX triplet: DD, 66 and AF. RGB value is (221,102,175). Sum of RGB (Red+Green+Blue) = 221+102+175=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66AF is #229950. Grayscale: #919191. Windows color (decimal): -2267473 or 11495133. OLE color: 11495133.
HSL color Cylindrical-coordinate representation of color #DD66AF: hue angle of 323.19º 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 #DD66AF is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 175 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.13 |
| HSL | 323.19º | 0.64% | 0.63% | - |
| HSV(B) | 323.19º | 0.54% | 0.87% | - |
| XYZ | 42.31 | 27.97 | 43.73 | - |
| YUV | 145.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 175 | 0 | 0.54 | 0.21 | 0.13 | 323.19 | 0.64 | 0.63 |
| Hex | DD | 66 | AF | 0 | 36 | 15 | D | 143 | 40 | 3F |
| Octal | 335 | 146 | 257 | 0 | 66 | 25 | 15 | 503 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10101111 | 0 | 110110 | 10101 | 1101 | 101000011 | 1000000 | 111111 |
Color Harmonies of #DD66AF
Complementary color
Monochromatic Colors of #DD66AF
Black with #DD66AF
Text Example
Text Example
White with #DD66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66AF; }
p { color: rgb(221,102,175); }
H1.HeaderClassName
{
color: #DD66AF;
}
.AnyTagClassName
{
color: #DD66AF;
}
</style>
background-color css
<style>
a { background-color: #DD66AF; }
a { background-color: rgb(221,102,175); }
div.DivClassName
{
background-color: #DD66AF;
}
.BgClassName
{
background-color: #DD66AF;
}
</style>
border-color css
<style>
span { border-color: #DD66AF; }
span { border-color: rgb(221,102,175); }
td.TdClassName
{
border-color: #DD66AF;
}
.TagClassName
{
border-color: #DD66AF;
}
</style>