Shades of Hot Pink #DD5AB4
Tints of Hot Pink #DD5AB4
RGB
CMYK
RGB Variations
Color information
#DD5AB4 (or 0xDD5AB4) is known color: Hot Pink. HEX triplet: DD, 5A and B4. RGB value is (221,90,180). Sum of RGB (Red+Green+Blue) = 221+90+180=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AB4 is #22A54B. Grayscale: #8B8B8B. Windows color (decimal): -2270540 or 11819741. OLE color: 11819741.
HSL color Cylindrical-coordinate representation of color #DD5AB4: hue angle of 318.78º 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 #DD5AB4 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 180 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.13 |
| HSL | 318.78º | 0.66% | 0.61% | - |
| HSV(B) | 318.78º | 0.59% | 0.87% | - |
| XYZ | 41.71 | 25.98 | 46 | - |
| YUV | 139.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 180 | 0 | 0.59 | 0.19 | 0.13 | 318.78 | 0.66 | 0.61 |
| Hex | DD | 5A | B4 | 0 | 3B | 13 | D | 13F | 42 | 3D |
| Octal | 335 | 132 | 264 | 0 | 73 | 23 | 15 | 477 | 102 | 75 |
| Binary | 11011101 | 1011010 | 10110100 | 0 | 111011 | 10011 | 1101 | 100111111 | 1000010 | 111101 |
Color Harmonies of #DD5AB4
Complementary color
Monochromatic Colors of #DD5AB4
Black with #DD5AB4
Text Example
Text Example
White with #DD5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AB4; }
p { color: rgb(221,90,180); }
H1.HeaderClassName
{
color: #DD5AB4;
}
.AnyTagClassName
{
color: #DD5AB4;
}
</style>
background-color css
<style>
a { background-color: #DD5AB4; }
a { background-color: rgb(221,90,180); }
div.DivClassName
{
background-color: #DD5AB4;
}
.BgClassName
{
background-color: #DD5AB4;
}
</style>
border-color css
<style>
span { border-color: #DD5AB4; }
span { border-color: rgb(221,90,180); }
td.TdClassName
{
border-color: #DD5AB4;
}
.TagClassName
{
border-color: #DD5AB4;
}
</style>