Shades of Hot Pink #DD5DB5
Tints of Hot Pink #DD5DB5
RGB
CMYK
RGB Variations
Color information
#DD5DB5 (or 0xDD5DB5) is known color: Hot Pink. HEX triplet: DD, 5D and B5. RGB value is (221,93,181). Sum of RGB (Red+Green+Blue) = 221+93+181=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DB5 is #22A24A. Grayscale: #8D8D8D. Windows color (decimal): -2269771 or 11886045. OLE color: 11886045.
HSL color Cylindrical-coordinate representation of color #DD5DB5: hue angle of 318.75º 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 #DD5DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 181 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.13 |
| HSL | 318.75º | 0.65% | 0.62% | - |
| HSV(B) | 318.75º | 0.58% | 0.87% | - |
| XYZ | 42.07 | 26.54 | 46.62 | - |
| YUV | 141.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 181 | 0 | 0.58 | 0.18 | 0.13 | 318.75 | 0.65 | 0.62 |
| Hex | DD | 5D | B5 | 0 | 3A | 12 | D | 13F | 41 | 3E |
| Octal | 335 | 135 | 265 | 0 | 72 | 22 | 15 | 477 | 101 | 76 |
| Binary | 11011101 | 1011101 | 10110101 | 0 | 111010 | 10010 | 1101 | 100111111 | 1000001 | 111110 |
Color Harmonies of #DD5DB5
Complementary color
Monochromatic Colors of #DD5DB5
Black with #DD5DB5
Text Example
Text Example
White with #DD5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5DB5; }
p { color: rgb(221,93,181); }
H1.HeaderClassName
{
color: #DD5DB5;
}
.AnyTagClassName
{
color: #DD5DB5;
}
</style>
background-color css
<style>
a { background-color: #DD5DB5; }
a { background-color: rgb(221,93,181); }
div.DivClassName
{
background-color: #DD5DB5;
}
.BgClassName
{
background-color: #DD5DB5;
}
</style>
border-color css
<style>
span { border-color: #DD5DB5; }
span { border-color: rgb(221,93,181); }
td.TdClassName
{
border-color: #DD5DB5;
}
.TagClassName
{
border-color: #DD5DB5;
}
</style>