Shades of Hot Pink #DD65AE
Tints of Hot Pink #DD65AE
RGB
CMYK
RGB Variations
Color information
#DD65AE (or 0xDD65AE) is known color: Hot Pink. HEX triplet: DD, 65 and AE. RGB value is (221,101,174). Sum of RGB (Red+Green+Blue) = 221+101+174=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65AE is #229A51. Grayscale: #919191. Windows color (decimal): -2267730 or 11429341. OLE color: 11429341.
HSL color Cylindrical-coordinate representation of color #DD65AE: hue angle of 323.5º 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 #DD65AE is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 174 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.13 |
| HSL | 323.5º | 0.64% | 0.63% | - |
| HSV(B) | 323.5º | 0.54% | 0.87% | - |
| XYZ | 42.11 | 27.74 | 43.18 | - |
| YUV | 145.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 174 | 0 | 0.54 | 0.21 | 0.13 | 323.5 | 0.64 | 0.63 |
| Hex | DD | 65 | AE | 0 | 36 | 15 | D | 144 | 40 | 3F |
| Octal | 335 | 145 | 256 | 0 | 66 | 25 | 15 | 504 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10101110 | 0 | 110110 | 10101 | 1101 | 101000100 | 1000000 | 111111 |
Color Harmonies of #DD65AE
Complementary color
Monochromatic Colors of #DD65AE
Black with #DD65AE
Text Example
Text Example
White with #DD65AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65AE; }
p { color: rgb(221,101,174); }
H1.HeaderClassName
{
color: #DD65AE;
}
.AnyTagClassName
{
color: #DD65AE;
}
</style>
background-color css
<style>
a { background-color: #DD65AE; }
a { background-color: rgb(221,101,174); }
div.DivClassName
{
background-color: #DD65AE;
}
.BgClassName
{
background-color: #DD65AE;
}
</style>
border-color css
<style>
span { border-color: #DD65AE; }
span { border-color: rgb(221,101,174); }
td.TdClassName
{
border-color: #DD65AE;
}
.TagClassName
{
border-color: #DD65AE;
}
</style>