Shades of Hot Pink #DD62B5
Tints of Hot Pink #DD62B5
RGB
CMYK
RGB Variations
Color information
#DD62B5 (or 0xDD62B5) is known color: Hot Pink. HEX triplet: DD, 62 and B5. RGB value is (221,98,181). Sum of RGB (Red+Green+Blue) = 221+98+181=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD62B5 is #229D4A. Grayscale: #909090. Windows color (decimal): -2268491 or 11887325. OLE color: 11887325.
HSL color Cylindrical-coordinate representation of color #DD62B5: hue angle of 319.51º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD62B5 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 181 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.13 |
| HSL | 319.51º | 0.64% | 0.63% | - |
| HSV(B) | 319.51º | 0.56% | 0.87% | - |
| XYZ | 42.53 | 27.44 | 46.77 | - |
| YUV | 144.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 181 | 0 | 0.56 | 0.18 | 0.13 | 319.51 | 0.64 | 0.63 |
| Hex | DD | 62 | B5 | 0 | 38 | 12 | D | 140 | 40 | 3F |
| Octal | 335 | 142 | 265 | 0 | 70 | 22 | 15 | 500 | 100 | 77 |
| Binary | 11011101 | 1100010 | 10110101 | 0 | 111000 | 10010 | 1101 | 101000000 | 1000000 | 111111 |
Color Harmonies of #DD62B5
Complementary color
Monochromatic Colors of #DD62B5
Black with #DD62B5
Text Example
Text Example
White with #DD62B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD62B5; }
p { color: rgb(221,98,181); }
H1.HeaderClassName
{
color: #DD62B5;
}
.AnyTagClassName
{
color: #DD62B5;
}
</style>
background-color css
<style>
a { background-color: #DD62B5; }
a { background-color: rgb(221,98,181); }
div.DivClassName
{
background-color: #DD62B5;
}
.BgClassName
{
background-color: #DD62B5;
}
</style>
border-color css
<style>
span { border-color: #DD62B5; }
span { border-color: rgb(221,98,181); }
td.TdClassName
{
border-color: #DD62B5;
}
.TagClassName
{
border-color: #DD62B5;
}
</style>