Shades of Hot Pink #DD67B2
Tints of Hot Pink #DD67B2
RGB
CMYK
RGB Variations
Color information
#DD67B2 (or 0xDD67B2) is known color: Hot Pink. HEX triplet: DD, 67 and B2. RGB value is (221,103,178). Sum of RGB (Red+Green+Blue) = 221+103+178=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67B2 is #22984D. Grayscale: #929292. Windows color (decimal): -2267214 or 11691997. OLE color: 11691997.
HSL color Cylindrical-coordinate representation of color #DD67B2: hue angle of 321.86º 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 #DD67B2 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 178 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.13 |
| HSL | 321.86º | 0.63% | 0.64% | - |
| HSV(B) | 321.86º | 0.53% | 0.87% | - |
| XYZ | 42.7 | 28.29 | 45.33 | - |
| YUV | 146.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 178 | 0 | 0.53 | 0.19 | 0.13 | 321.86 | 0.63 | 0.64 |
| Hex | DD | 67 | B2 | 0 | 35 | 13 | D | 142 | 3F | 40 |
| Octal | 335 | 147 | 262 | 0 | 65 | 23 | 15 | 502 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10110010 | 0 | 110101 | 10011 | 1101 | 101000010 | 111111 | 1000000 |
Color Harmonies of #DD67B2
Complementary color
Monochromatic Colors of #DD67B2
Black with #DD67B2
Text Example
Text Example
White with #DD67B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67B2; }
p { color: rgb(221,103,178); }
H1.HeaderClassName
{
color: #DD67B2;
}
.AnyTagClassName
{
color: #DD67B2;
}
</style>
background-color css
<style>
a { background-color: #DD67B2; }
a { background-color: rgb(221,103,178); }
div.DivClassName
{
background-color: #DD67B2;
}
.BgClassName
{
background-color: #DD67B2;
}
</style>
border-color css
<style>
span { border-color: #DD67B2; }
span { border-color: rgb(221,103,178); }
td.TdClassName
{
border-color: #DD67B2;
}
.TagClassName
{
border-color: #DD67B2;
}
</style>