Shades of Hot Pink #DD5AB3
Tints of Hot Pink #DD5AB3
RGB
CMYK
RGB Variations
Color information
#DD5AB3 (or 0xDD5AB3) is known color: Hot Pink. HEX triplet: DD, 5A and B3. RGB value is (221,90,179). Sum of RGB (Red+Green+Blue) = 221+90+179=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5AB3 is #22A54C. Grayscale: #8B8B8B. Windows color (decimal): -2270541 or 11754205. OLE color: 11754205.
HSL color Cylindrical-coordinate representation of color #DD5AB3: hue angle of 319.24º 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 #DD5AB3 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 179 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.13 |
| HSL | 319.24º | 0.66% | 0.61% | - |
| HSV(B) | 319.24º | 0.59% | 0.87% | - |
| XYZ | 41.61 | 25.94 | 45.46 | - |
| YUV | 139.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 179 | 0 | 0.59 | 0.19 | 0.13 | 319.24 | 0.66 | 0.61 |
| Hex | DD | 5A | B3 | 0 | 3B | 13 | D | 13F | 42 | 3D |
| Octal | 335 | 132 | 263 | 0 | 73 | 23 | 15 | 477 | 102 | 75 |
| Binary | 11011101 | 1011010 | 10110011 | 0 | 111011 | 10011 | 1101 | 100111111 | 1000010 | 111101 |
Color Harmonies of #DD5AB3
Complementary color
Monochromatic Colors of #DD5AB3
Black with #DD5AB3
Text Example
Text Example
White with #DD5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AB3; }
p { color: rgb(221,90,179); }
H1.HeaderClassName
{
color: #DD5AB3;
}
.AnyTagClassName
{
color: #DD5AB3;
}
</style>
background-color css
<style>
a { background-color: #DD5AB3; }
a { background-color: rgb(221,90,179); }
div.DivClassName
{
background-color: #DD5AB3;
}
.BgClassName
{
background-color: #DD5AB3;
}
</style>
border-color css
<style>
span { border-color: #DD5AB3; }
span { border-color: rgb(221,90,179); }
td.TdClassName
{
border-color: #DD5AB3;
}
.TagClassName
{
border-color: #DD5AB3;
}
</style>