Shades of Hot Pink #DD5FB4
Tints of Hot Pink #DD5FB4
RGB
CMYK
RGB Variations
Color information
#DD5FB4 (or 0xDD5FB4) is known color: Hot Pink. HEX triplet: DD, 5F and B4. RGB value is (221,95,180). Sum of RGB (Red+Green+Blue) = 221+95+180=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FB4 is #22A04B. Grayscale: #8E8E8E. Windows color (decimal): -2269260 or 11821021. OLE color: 11821021.
HSL color Cylindrical-coordinate representation of color #DD5FB4: hue angle of 319.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FB4 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 180 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.13 |
| HSL | 319.52º | 0.65% | 0.62% | - |
| HSV(B) | 319.52º | 0.57% | 0.87% | - |
| XYZ | 42.15 | 26.85 | 46.14 | - |
| YUV | 142.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 180 | 0 | 0.57 | 0.19 | 0.13 | 319.52 | 0.65 | 0.62 |
| Hex | DD | 5F | B4 | 0 | 39 | 13 | D | 140 | 41 | 3E |
| Octal | 335 | 137 | 264 | 0 | 71 | 23 | 15 | 500 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10110100 | 0 | 111001 | 10011 | 1101 | 101000000 | 1000001 | 111110 |
Color Harmonies of #DD5FB4
Complementary color
Monochromatic Colors of #DD5FB4
Black with #DD5FB4
Text Example
Text Example
White with #DD5FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FB4; }
p { color: rgb(221,95,180); }
H1.HeaderClassName
{
color: #DD5FB4;
}
.AnyTagClassName
{
color: #DD5FB4;
}
</style>
background-color css
<style>
a { background-color: #DD5FB4; }
a { background-color: rgb(221,95,180); }
div.DivClassName
{
background-color: #DD5FB4;
}
.BgClassName
{
background-color: #DD5FB4;
}
</style>
border-color css
<style>
span { border-color: #DD5FB4; }
span { border-color: rgb(221,95,180); }
td.TdClassName
{
border-color: #DD5FB4;
}
.TagClassName
{
border-color: #DD5FB4;
}
</style>