Shades of Hot Pink #DD63AE
Tints of Hot Pink #DD63AE
RGB
CMYK
RGB Variations
Color information
#DD63AE (or 0xDD63AE) is known color: Hot Pink. HEX triplet: DD, 63 and AE. RGB value is (221,99,174). Sum of RGB (Red+Green+Blue) = 221+99+174=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63AE is #229C51. Grayscale: #8F8F8F. Windows color (decimal): -2268242 or 11428829. OLE color: 11428829.
HSL color Cylindrical-coordinate representation of color #DD63AE: hue angle of 323.11º 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 #DD63AE is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 174 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.13 |
| HSL | 323.11º | 0.64% | 0.63% | - |
| HSV(B) | 323.11º | 0.55% | 0.87% | - |
| XYZ | 41.92 | 27.35 | 43.11 | - |
| YUV | 144.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 174 | 0 | 0.55 | 0.21 | 0.13 | 323.11 | 0.64 | 0.63 |
| Hex | DD | 63 | AE | 0 | 37 | 15 | D | 143 | 40 | 3F |
| Octal | 335 | 143 | 256 | 0 | 67 | 25 | 15 | 503 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10101110 | 0 | 110111 | 10101 | 1101 | 101000011 | 1000000 | 111111 |
Color Harmonies of #DD63AE
Complementary color
Monochromatic Colors of #DD63AE
Black with #DD63AE
Text Example
Text Example
White with #DD63AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63AE; }
p { color: rgb(221,99,174); }
H1.HeaderClassName
{
color: #DD63AE;
}
.AnyTagClassName
{
color: #DD63AE;
}
</style>
background-color css
<style>
a { background-color: #DD63AE; }
a { background-color: rgb(221,99,174); }
div.DivClassName
{
background-color: #DD63AE;
}
.BgClassName
{
background-color: #DD63AE;
}
</style>
border-color css
<style>
span { border-color: #DD63AE; }
span { border-color: rgb(221,99,174); }
td.TdClassName
{
border-color: #DD63AE;
}
.TagClassName
{
border-color: #DD63AE;
}
</style>