Shades of Hot Pink #DD5FB3
Tints of Hot Pink #DD5FB3
RGB
CMYK
RGB Variations
Color information
#DD5FB3 (or 0xDD5FB3) is known color: Hot Pink. HEX triplet: DD, 5F and B3. RGB value is (221,95,179). Sum of RGB (Red+Green+Blue) = 221+95+179=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FB3 is #22A04C. Grayscale: #8E8E8E. Windows color (decimal): -2269261 or 11755485. OLE color: 11755485.
HSL color Cylindrical-coordinate representation of color #DD5FB3: hue angle of 320º 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 #DD5FB3 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 179 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.13 |
| HSL | 320º | 0.65% | 0.62% | - |
| HSV(B) | 320º | 0.57% | 0.87% | - |
| XYZ | 42.05 | 26.81 | 45.61 | - |
| YUV | 142.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 179 | 0 | 0.57 | 0.19 | 0.13 | 320 | 0.65 | 0.62 |
| Hex | DD | 5F | B3 | 0 | 39 | 13 | D | 140 | 41 | 3E |
| Octal | 335 | 137 | 263 | 0 | 71 | 23 | 15 | 500 | 101 | 76 |
| Binary | 11011101 | 1011111 | 10110011 | 0 | 111001 | 10011 | 1101 | 101000000 | 1000001 | 111110 |
Color Harmonies of #DD5FB3
Complementary color
Monochromatic Colors of #DD5FB3
Black with #DD5FB3
Text Example
Text Example
White with #DD5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FB3; }
p { color: rgb(221,95,179); }
H1.HeaderClassName
{
color: #DD5FB3;
}
.AnyTagClassName
{
color: #DD5FB3;
}
</style>
background-color css
<style>
a { background-color: #DD5FB3; }
a { background-color: rgb(221,95,179); }
div.DivClassName
{
background-color: #DD5FB3;
}
.BgClassName
{
background-color: #DD5FB3;
}
</style>
border-color css
<style>
span { border-color: #DD5FB3; }
span { border-color: rgb(221,95,179); }
td.TdClassName
{
border-color: #DD5FB3;
}
.TagClassName
{
border-color: #DD5FB3;
}
</style>