Shades of Hot Pink #DD63B6
Tints of Hot Pink #DD63B6
RGB
CMYK
RGB Variations
Color information
#DD63B6 (or 0xDD63B6) is known color: Hot Pink. HEX triplet: DD, 63 and B6. RGB value is (221,99,182). Sum of RGB (Red+Green+Blue) = 221+99+182=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63B6 is #229C49. Grayscale: #909090. Windows color (decimal): -2268234 or 11953117. OLE color: 11953117.
HSL color Cylindrical-coordinate representation of color #DD63B6: hue angle of 319.18º 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 #DD63B6 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 182 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.13 |
| HSL | 319.18º | 0.64% | 0.63% | - |
| HSV(B) | 319.18º | 0.55% | 0.87% | - |
| XYZ | 42.72 | 27.67 | 47.35 | - |
| YUV | 144.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 182 | 0 | 0.55 | 0.18 | 0.13 | 319.18 | 0.64 | 0.63 |
| Hex | DD | 63 | B6 | 0 | 37 | 12 | D | 13F | 40 | 3F |
| Octal | 335 | 143 | 266 | 0 | 67 | 22 | 15 | 477 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10110110 | 0 | 110111 | 10010 | 1101 | 100111111 | 1000000 | 111111 |
Color Harmonies of #DD63B6
Complementary color
Monochromatic Colors of #DD63B6
Black with #DD63B6
Text Example
Text Example
White with #DD63B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63B6; }
p { color: rgb(221,99,182); }
H1.HeaderClassName
{
color: #DD63B6;
}
.AnyTagClassName
{
color: #DD63B6;
}
</style>
background-color css
<style>
a { background-color: #DD63B6; }
a { background-color: rgb(221,99,182); }
div.DivClassName
{
background-color: #DD63B6;
}
.BgClassName
{
background-color: #DD63B6;
}
</style>
border-color css
<style>
span { border-color: #DD63B6; }
span { border-color: rgb(221,99,182); }
td.TdClassName
{
border-color: #DD63B6;
}
.TagClassName
{
border-color: #DD63B6;
}
</style>