Shades of Hot Pink #DD6AB0
Tints of Hot Pink #DD6AB0
RGB
CMYK
RGB Variations
Color information
#DD6AB0 (or 0xDD6AB0) is known color: Hot Pink. HEX triplet: DD, 6A and B0. RGB value is (221,106,176). Sum of RGB (Red+Green+Blue) = 221+106+176=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AB0 is #22954F. Grayscale: #949494. Windows color (decimal): -2266448 or 11561693. OLE color: 11561693.
HSL color Cylindrical-coordinate representation of color #DD6AB0: hue angle of 323.48º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AB0 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 176 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.13 |
| HSL | 323.48º | 0.63% | 0.64% | - |
| HSV(B) | 323.48º | 0.52% | 0.87% | - |
| XYZ | 42.81 | 28.81 | 44.38 | - |
| YUV | 148.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 176 | 0 | 0.52 | 0.20 | 0.13 | 323.48 | 0.63 | 0.64 |
| Hex | DD | 6A | B0 | 0 | 34 | 14 | D | 143 | 3F | 40 |
| Octal | 335 | 152 | 260 | 0 | 64 | 24 | 15 | 503 | 77 | 100 |
| Binary | 11011101 | 1101010 | 10110000 | 0 | 110100 | 10100 | 1101 | 101000011 | 111111 | 1000000 |
Color Harmonies of #DD6AB0
Complementary color
Monochromatic Colors of #DD6AB0
Black with #DD6AB0
Text Example
Text Example
White with #DD6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AB0; }
p { color: rgb(221,106,176); }
H1.HeaderClassName
{
color: #DD6AB0;
}
.AnyTagClassName
{
color: #DD6AB0;
}
</style>
background-color css
<style>
a { background-color: #DD6AB0; }
a { background-color: rgb(221,106,176); }
div.DivClassName
{
background-color: #DD6AB0;
}
.BgClassName
{
background-color: #DD6AB0;
}
</style>
border-color css
<style>
span { border-color: #DD6AB0; }
span { border-color: rgb(221,106,176); }
td.TdClassName
{
border-color: #DD6AB0;
}
.TagClassName
{
border-color: #DD6AB0;
}
</style>