Shades of Hot Pink #DD5BB2
Tints of Hot Pink #DD5BB2
RGB
CMYK
RGB Variations
Color information
#DD5BB2 (or 0xDD5BB2) is known color: Hot Pink. HEX triplet: DD, 5B and B2. RGB value is (221,91,178). Sum of RGB (Red+Green+Blue) = 221+91+178=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5BB2 is #22A44D. Grayscale: #8B8B8B. Windows color (decimal): -2270286 or 11688925. OLE color: 11688925.
HSL color Cylindrical-coordinate representation of color #DD5BB2: hue angle of 319.85º 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 #DD5BB2 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 178 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.13 |
| HSL | 319.85º | 0.66% | 0.61% | - |
| HSV(B) | 319.85º | 0.59% | 0.87% | - |
| XYZ | 41.6 | 26.07 | 44.96 | - |
| YUV | 139.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 178 | 0 | 0.59 | 0.19 | 0.13 | 319.85 | 0.66 | 0.61 |
| Hex | DD | 5B | B2 | 0 | 3B | 13 | D | 140 | 42 | 3D |
| Octal | 335 | 133 | 262 | 0 | 73 | 23 | 15 | 500 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10110010 | 0 | 111011 | 10011 | 1101 | 101000000 | 1000010 | 111101 |
Color Harmonies of #DD5BB2
Complementary color
Monochromatic Colors of #DD5BB2
Black with #DD5BB2
Text Example
Text Example
White with #DD5BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BB2; }
p { color: rgb(221,91,178); }
H1.HeaderClassName
{
color: #DD5BB2;
}
.AnyTagClassName
{
color: #DD5BB2;
}
</style>
background-color css
<style>
a { background-color: #DD5BB2; }
a { background-color: rgb(221,91,178); }
div.DivClassName
{
background-color: #DD5BB2;
}
.BgClassName
{
background-color: #DD5BB2;
}
</style>
border-color css
<style>
span { border-color: #DD5BB2; }
span { border-color: rgb(221,91,178); }
td.TdClassName
{
border-color: #DD5BB2;
}
.TagClassName
{
border-color: #DD5BB2;
}
</style>