Shades of Hot Pink #DD61AF
Tints of Hot Pink #DD61AF
RGB
CMYK
RGB Variations
Color information
#DD61AF (or 0xDD61AF) is known color: Hot Pink. HEX triplet: DD, 61 and AF. RGB value is (221,97,175). Sum of RGB (Red+Green+Blue) = 221+97+175=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61AF is #229E50. Grayscale: #8E8E8E. Windows color (decimal): -2268753 or 11493853. OLE color: 11493853.
HSL color Cylindrical-coordinate representation of color #DD61AF: hue angle of 322.26º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61AF is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 175 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.13 |
| HSL | 322.26º | 0.65% | 0.62% | - |
| HSV(B) | 322.26º | 0.56% | 0.87% | - |
| XYZ | 41.83 | 27.02 | 43.57 | - |
| YUV | 142.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 175 | 0 | 0.56 | 0.21 | 0.13 | 322.26 | 0.65 | 0.62 |
| Hex | DD | 61 | AF | 0 | 38 | 15 | D | 142 | 41 | 3E |
| Octal | 335 | 141 | 257 | 0 | 70 | 25 | 15 | 502 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10101111 | 0 | 111000 | 10101 | 1101 | 101000010 | 1000001 | 111110 |
Color Harmonies of #DD61AF
Complementary color
Monochromatic Colors of #DD61AF
Black with #DD61AF
Text Example
Text Example
White with #DD61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61AF; }
p { color: rgb(221,97,175); }
H1.HeaderClassName
{
color: #DD61AF;
}
.AnyTagClassName
{
color: #DD61AF;
}
</style>
background-color css
<style>
a { background-color: #DD61AF; }
a { background-color: rgb(221,97,175); }
div.DivClassName
{
background-color: #DD61AF;
}
.BgClassName
{
background-color: #DD61AF;
}
</style>
border-color css
<style>
span { border-color: #DD61AF; }
span { border-color: rgb(221,97,175); }
td.TdClassName
{
border-color: #DD61AF;
}
.TagClassName
{
border-color: #DD61AF;
}
</style>