Shades of Hot Pink #DD68B1
Tints of Hot Pink #DD68B1
RGB
CMYK
RGB Variations
Color information
#DD68B1 (or 0xDD68B1) is known color: Hot Pink. HEX triplet: DD, 68 and B1. RGB value is (221,104,177). Sum of RGB (Red+Green+Blue) = 221+104+177=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD68B1 is #22974E. Grayscale: #939393. Windows color (decimal): -2266959 or 11626717. OLE color: 11626717.
HSL color Cylindrical-coordinate representation of color #DD68B1: hue angle of 322.56º 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 #DD68B1 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 177 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.13 |
| HSL | 322.56º | 0.63% | 0.64% | - |
| HSV(B) | 322.56º | 0.53% | 0.87% | - |
| XYZ | 42.7 | 28.45 | 44.84 | - |
| YUV | 147.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 177 | 0 | 0.53 | 0.20 | 0.13 | 322.56 | 0.63 | 0.64 |
| Hex | DD | 68 | B1 | 0 | 35 | 14 | D | 143 | 3F | 40 |
| Octal | 335 | 150 | 261 | 0 | 65 | 24 | 15 | 503 | 77 | 100 |
| Binary | 11011101 | 1101000 | 10110001 | 0 | 110101 | 10100 | 1101 | 101000011 | 111111 | 1000000 |
Color Harmonies of #DD68B1
Complementary color
Monochromatic Colors of #DD68B1
Black with #DD68B1
Text Example
Text Example
White with #DD68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68B1; }
p { color: rgb(221,104,177); }
H1.HeaderClassName
{
color: #DD68B1;
}
.AnyTagClassName
{
color: #DD68B1;
}
</style>
background-color css
<style>
a { background-color: #DD68B1; }
a { background-color: rgb(221,104,177); }
div.DivClassName
{
background-color: #DD68B1;
}
.BgClassName
{
background-color: #DD68B1;
}
</style>
border-color css
<style>
span { border-color: #DD68B1; }
span { border-color: rgb(221,104,177); }
td.TdClassName
{
border-color: #DD68B1;
}
.TagClassName
{
border-color: #DD68B1;
}
</style>