Shades of Hot Pink #DD68B0
Tints of Hot Pink #DD68B0
RGB
CMYK
RGB Variations
Color information
#DD68B0 (or 0xDD68B0) is known color: Hot Pink. HEX triplet: DD, 68 and B0. RGB value is (221,104,176). Sum of RGB (Red+Green+Blue) = 221+104+176=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68B0 is #22974F. Grayscale: #939393. Windows color (decimal): -2266960 or 11561181. OLE color: 11561181.
HSL color Cylindrical-coordinate representation of color #DD68B0: hue angle of 323.08º 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 #DD68B0 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 176 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.13 |
| HSL | 323.08º | 0.63% | 0.64% | - |
| HSV(B) | 323.08º | 0.53% | 0.87% | - |
| XYZ | 42.61 | 28.41 | 44.31 | - |
| YUV | 147.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 176 | 0 | 0.53 | 0.20 | 0.13 | 323.08 | 0.63 | 0.64 |
| Hex | DD | 68 | B0 | 0 | 35 | 14 | D | 143 | 3F | 40 |
| Octal | 335 | 150 | 260 | 0 | 65 | 24 | 15 | 503 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10110000 | 0 | 110101 | 10100 | 1101 | 101000011 | 111111 | 1000000 |
Color Harmonies of #DD68B0
Complementary color
Monochromatic Colors of #DD68B0
Black with #DD68B0
Text Example
Text Example
White with #DD68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68B0; }
p { color: rgb(221,104,176); }
H1.HeaderClassName
{
color: #DD68B0;
}
.AnyTagClassName
{
color: #DD68B0;
}
</style>
background-color css
<style>
a { background-color: #DD68B0; }
a { background-color: rgb(221,104,176); }
div.DivClassName
{
background-color: #DD68B0;
}
.BgClassName
{
background-color: #DD68B0;
}
</style>
border-color css
<style>
span { border-color: #DD68B0; }
span { border-color: rgb(221,104,176); }
td.TdClassName
{
border-color: #DD68B0;
}
.TagClassName
{
border-color: #DD68B0;
}
</style>