Shades of Hot Pink #DD5DB1
Tints of Hot Pink #DD5DB1
RGB
CMYK
RGB Variations
Color information
#DD5DB1 (or 0xDD5DB1) is known color: Hot Pink. HEX triplet: DD, 5D and B1. RGB value is (221,93,177). Sum of RGB (Red+Green+Blue) = 221+93+177=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DB1 is #22A24E. Grayscale: #8C8C8C. Windows color (decimal): -2269775 or 11623901. OLE color: 11623901.
HSL color Cylindrical-coordinate representation of color #DD5DB1: hue angle of 320.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DB1 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 177 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.13 |
| HSL | 320.63º | 0.65% | 0.62% | - |
| HSV(B) | 320.63º | 0.58% | 0.87% | - |
| XYZ | 41.67 | 26.38 | 44.49 | - |
| YUV | 140.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 177 | 0 | 0.58 | 0.20 | 0.13 | 320.63 | 0.65 | 0.62 |
| Hex | DD | 5D | B1 | 0 | 3A | 14 | D | 141 | 41 | 3E |
| Octal | 335 | 135 | 261 | 0 | 72 | 24 | 15 | 501 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10110001 | 0 | 111010 | 10100 | 1101 | 101000001 | 1000001 | 111110 |
Color Harmonies of #DD5DB1
Complementary color
Monochromatic Colors of #DD5DB1
Black with #DD5DB1
Text Example
Text Example
White with #DD5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DB1; }
p { color: rgb(221,93,177); }
H1.HeaderClassName
{
color: #DD5DB1;
}
.AnyTagClassName
{
color: #DD5DB1;
}
</style>
background-color css
<style>
a { background-color: #DD5DB1; }
a { background-color: rgb(221,93,177); }
div.DivClassName
{
background-color: #DD5DB1;
}
.BgClassName
{
background-color: #DD5DB1;
}
</style>
border-color css
<style>
span { border-color: #DD5DB1; }
span { border-color: rgb(221,93,177); }
td.TdClassName
{
border-color: #DD5DB1;
}
.TagClassName
{
border-color: #DD5DB1;
}
</style>