Shades of Hot Pink #DD63B2
Tints of Hot Pink #DD63B2
RGB
CMYK
RGB Variations
Color information
#DD63B2 (or 0xDD63B2) is known color: Hot Pink. HEX triplet: DD, 63 and B2. RGB value is (221,99,178). Sum of RGB (Red+Green+Blue) = 221+99+178=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63B2 is #229C4D. Grayscale: #909090. Windows color (decimal): -2268238 or 11690973. OLE color: 11690973.
HSL color Cylindrical-coordinate representation of color #DD63B2: hue angle of 321.15º 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 #DD63B2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 178 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.13 |
| HSL | 321.15º | 0.64% | 0.63% | - |
| HSV(B) | 321.15º | 0.55% | 0.87% | - |
| XYZ | 42.32 | 27.51 | 45.2 | - |
| YUV | 144.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 178 | 0 | 0.55 | 0.19 | 0.13 | 321.15 | 0.64 | 0.63 |
| Hex | DD | 63 | B2 | 0 | 37 | 13 | D | 141 | 40 | 3F |
| Octal | 335 | 143 | 262 | 0 | 67 | 23 | 15 | 501 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10110010 | 0 | 110111 | 10011 | 1101 | 101000001 | 1000000 | 111111 |
Color Harmonies of #DD63B2
Complementary color
Monochromatic Colors of #DD63B2
Black with #DD63B2
Text Example
Text Example
White with #DD63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63B2; }
p { color: rgb(221,99,178); }
H1.HeaderClassName
{
color: #DD63B2;
}
.AnyTagClassName
{
color: #DD63B2;
}
</style>
background-color css
<style>
a { background-color: #DD63B2; }
a { background-color: rgb(221,99,178); }
div.DivClassName
{
background-color: #DD63B2;
}
.BgClassName
{
background-color: #DD63B2;
}
</style>
border-color css
<style>
span { border-color: #DD63B2; }
span { border-color: rgb(221,99,178); }
td.TdClassName
{
border-color: #DD63B2;
}
.TagClassName
{
border-color: #DD63B2;
}
</style>