Shades of Hot Pink #DD5BB4
Tints of Hot Pink #DD5BB4
RGB
CMYK
RGB Variations
Color information
#DD5BB4 (or 0xDD5BB4) is known color: Hot Pink. HEX triplet: DD, 5B and B4. RGB value is (221,91,180). Sum of RGB (Red+Green+Blue) = 221+91+180=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5BB4 is #22A44B. Grayscale: #8B8B8B. Windows color (decimal): -2270284 or 11819997. OLE color: 11819997.
HSL color Cylindrical-coordinate representation of color #DD5BB4: hue angle of 318.92º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BB4 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 180 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.13 |
| HSL | 318.92º | 0.66% | 0.61% | - |
| HSV(B) | 318.92º | 0.59% | 0.87% | - |
| XYZ | 41.8 | 26.15 | 46.02 | - |
| YUV | 140.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 180 | 0 | 0.59 | 0.19 | 0.13 | 318.92 | 0.66 | 0.61 |
| Hex | DD | 5B | B4 | 0 | 3B | 13 | D | 13F | 42 | 3D |
| Octal | 335 | 133 | 264 | 0 | 73 | 23 | 15 | 477 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10110100 | 0 | 111011 | 10011 | 1101 | 100111111 | 1000010 | 111101 |
Color Harmonies of #DD5BB4
Complementary color
Monochromatic Colors of #DD5BB4
Black with #DD5BB4
Text Example
Text Example
White with #DD5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BB4; }
p { color: rgb(221,91,180); }
H1.HeaderClassName
{
color: #DD5BB4;
}
.AnyTagClassName
{
color: #DD5BB4;
}
</style>
background-color css
<style>
a { background-color: #DD5BB4; }
a { background-color: rgb(221,91,180); }
div.DivClassName
{
background-color: #DD5BB4;
}
.BgClassName
{
background-color: #DD5BB4;
}
</style>
border-color css
<style>
span { border-color: #DD5BB4; }
span { border-color: rgb(221,91,180); }
td.TdClassName
{
border-color: #DD5BB4;
}
.TagClassName
{
border-color: #DD5BB4;
}
</style>