Shades of Hot Pink #DD63B4
Tints of Hot Pink #DD63B4
RGB
CMYK
RGB Variations
Color information
#DD63B4 (or 0xDD63B4) is known color: Hot Pink. HEX triplet: DD, 63 and B4. RGB value is (221,99,180). Sum of RGB (Red+Green+Blue) = 221+99+180=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63B4 is #229C4B. Grayscale: #909090. Windows color (decimal): -2268236 or 11822045. OLE color: 11822045.
HSL color Cylindrical-coordinate representation of color #DD63B4: hue angle of 320.16º 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 #DD63B4 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 180 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.13 |
| HSL | 320.16º | 0.64% | 0.63% | - |
| HSV(B) | 320.16º | 0.55% | 0.87% | - |
| XYZ | 42.52 | 27.59 | 46.26 | - |
| YUV | 144.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 180 | 0 | 0.55 | 0.19 | 0.13 | 320.16 | 0.64 | 0.63 |
| Hex | DD | 63 | B4 | 0 | 37 | 13 | D | 140 | 40 | 3F |
| Octal | 335 | 143 | 264 | 0 | 67 | 23 | 15 | 500 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10110100 | 0 | 110111 | 10011 | 1101 | 101000000 | 1000000 | 111111 |
Color Harmonies of #DD63B4
Complementary color
Monochromatic Colors of #DD63B4
Black with #DD63B4
Text Example
Text Example
White with #DD63B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63B4; }
p { color: rgb(221,99,180); }
H1.HeaderClassName
{
color: #DD63B4;
}
.AnyTagClassName
{
color: #DD63B4;
}
</style>
background-color css
<style>
a { background-color: #DD63B4; }
a { background-color: rgb(221,99,180); }
div.DivClassName
{
background-color: #DD63B4;
}
.BgClassName
{
background-color: #DD63B4;
}
</style>
border-color css
<style>
span { border-color: #DD63B4; }
span { border-color: rgb(221,99,180); }
td.TdClassName
{
border-color: #DD63B4;
}
.TagClassName
{
border-color: #DD63B4;
}
</style>