Shades of Hot Pink #DD57B2
Tints of Hot Pink #DD57B2
RGB
CMYK
RGB Variations
Color information
#DD57B2 (or 0xDD57B2) is known color: Hot Pink. HEX triplet: DD, 57 and B2. RGB value is (221,87,178). Sum of RGB (Red+Green+Blue) = 221+87+178=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD57B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD57B2 is #22A84D. Grayscale: #898989. Windows color (decimal): -2271310 or 11687901. OLE color: 11687901.
HSL color Cylindrical-coordinate representation of color #DD57B2: hue angle of 319.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD57B2 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 178 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.13 |
| HSL | 319.25º | 0.66% | 0.6% | - |
| HSV(B) | 319.25º | 0.61% | 0.87% | - |
| XYZ | 41.26 | 25.4 | 44.85 | - |
| YUV | 137.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 178 | 0 | 0.61 | 0.19 | 0.13 | 319.25 | 0.66 | 0.6 |
| Hex | DD | 57 | B2 | 0 | 3D | 13 | D | 13F | 42 | 3C |
| Octal | 335 | 127 | 262 | 0 | 75 | 23 | 15 | 477 | 102 | 74 |
| Binary | 11011101 | 1010111 | 10110010 | 0 | 111101 | 10011 | 1101 | 100111111 | 1000010 | 111100 |
Color Harmonies of #DD57B2
Complementary color
Monochromatic Colors of #DD57B2
Black with #DD57B2
Text Example
Text Example
White with #DD57B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57B2; }
p { color: rgb(221,87,178); }
H1.HeaderClassName
{
color: #DD57B2;
}
.AnyTagClassName
{
color: #DD57B2;
}
</style>
background-color css
<style>
a { background-color: #DD57B2; }
a { background-color: rgb(221,87,178); }
div.DivClassName
{
background-color: #DD57B2;
}
.BgClassName
{
background-color: #DD57B2;
}
</style>
border-color css
<style>
span { border-color: #DD57B2; }
span { border-color: rgb(221,87,178); }
td.TdClassName
{
border-color: #DD57B2;
}
.TagClassName
{
border-color: #DD57B2;
}
</style>