Shades of Hot Pink #DD5CB2
Tints of Hot Pink #DD5CB2
RGB
CMYK
RGB Variations
Color information
#DD5CB2 (or 0xDD5CB2) is known color: Hot Pink. HEX triplet: DD, 5C and B2. RGB value is (221,92,178). Sum of RGB (Red+Green+Blue) = 221+92+178=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5CB2 is #22A34D. Grayscale: #8C8C8C. Windows color (decimal): -2270030 or 11689181. OLE color: 11689181.
HSL color Cylindrical-coordinate representation of color #DD5CB2: hue angle of 320º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CB2 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 178 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.13 |
| HSL | 320º | 0.65% | 0.61% | - |
| HSV(B) | 320º | 0.58% | 0.87% | - |
| XYZ | 41.68 | 26.24 | 44.99 | - |
| YUV | 140.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 178 | 0 | 0.58 | 0.19 | 0.13 | 320 | 0.65 | 0.61 |
| Hex | DD | 5C | B2 | 0 | 3A | 13 | D | 140 | 41 | 3D |
| Octal | 335 | 134 | 262 | 0 | 72 | 23 | 15 | 500 | 101 | 75 |
| Binary | 11011101 | 1011100 | 10110010 | 0 | 111010 | 10011 | 1101 | 101000000 | 1000001 | 111101 |
Color Harmonies of #DD5CB2
Complementary color
Monochromatic Colors of #DD5CB2
Black with #DD5CB2
Text Example
Text Example
White with #DD5CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5CB2; }
p { color: rgb(221,92,178); }
H1.HeaderClassName
{
color: #DD5CB2;
}
.AnyTagClassName
{
color: #DD5CB2;
}
</style>
background-color css
<style>
a { background-color: #DD5CB2; }
a { background-color: rgb(221,92,178); }
div.DivClassName
{
background-color: #DD5CB2;
}
.BgClassName
{
background-color: #DD5CB2;
}
</style>
border-color css
<style>
span { border-color: #DD5CB2; }
span { border-color: rgb(221,92,178); }
td.TdClassName
{
border-color: #DD5CB2;
}
.TagClassName
{
border-color: #DD5CB2;
}
</style>