Shades of Hot Pink #DD67B0
Tints of Hot Pink #DD67B0
RGB
CMYK
RGB Variations
Color information
#DD67B0 (or 0xDD67B0) is known color: Hot Pink. HEX triplet: DD, 67 and B0. RGB value is (221,103,176). Sum of RGB (Red+Green+Blue) = 221+103+176=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67B0 is #22984F. Grayscale: #929292. Windows color (decimal): -2267216 or 11560925. OLE color: 11560925.
HSL color Cylindrical-coordinate representation of color #DD67B0: hue angle of 322.88º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67B0 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 176 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.13 |
| HSL | 322.88º | 0.63% | 0.64% | - |
| HSV(B) | 322.88º | 0.53% | 0.87% | - |
| XYZ | 42.51 | 28.21 | 44.28 | - |
| YUV | 146.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 176 | 0 | 0.53 | 0.20 | 0.13 | 322.88 | 0.63 | 0.64 |
| Hex | DD | 67 | B0 | 0 | 35 | 14 | D | 143 | 3F | 40 |
| Octal | 335 | 147 | 260 | 0 | 65 | 24 | 15 | 503 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10110000 | 0 | 110101 | 10100 | 1101 | 101000011 | 111111 | 1000000 |
Color Harmonies of #DD67B0
Complementary color
Monochromatic Colors of #DD67B0
Black with #DD67B0
Text Example
Text Example
White with #DD67B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67B0; }
p { color: rgb(221,103,176); }
H1.HeaderClassName
{
color: #DD67B0;
}
.AnyTagClassName
{
color: #DD67B0;
}
</style>
background-color css
<style>
a { background-color: #DD67B0; }
a { background-color: rgb(221,103,176); }
div.DivClassName
{
background-color: #DD67B0;
}
.BgClassName
{
background-color: #DD67B0;
}
</style>
border-color css
<style>
span { border-color: #DD67B0; }
span { border-color: rgb(221,103,176); }
td.TdClassName
{
border-color: #DD67B0;
}
.TagClassName
{
border-color: #DD67B0;
}
</style>