Shades of Hot Pink #DD6BB1
Tints of Hot Pink #DD6BB1
RGB
CMYK
RGB Variations
Color information
#DD6BB1 (or 0xDD6BB1) is known color: Hot Pink. HEX triplet: DD, 6B and B1. RGB value is (221,107,177). Sum of RGB (Red+Green+Blue) = 221+107+177=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BB1 is #22944E. Grayscale: #949494. Windows color (decimal): -2266191 or 11627485. OLE color: 11627485.
HSL color Cylindrical-coordinate representation of color #DD6BB1: hue angle of 323.16º 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 #DD6BB1 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 177 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.13 |
| HSL | 323.16º | 0.63% | 0.64% | - |
| HSV(B) | 323.16º | 0.52% | 0.87% | - |
| XYZ | 43.01 | 29.06 | 44.94 | - |
| YUV | 149.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 177 | 0 | 0.52 | 0.20 | 0.13 | 323.16 | 0.63 | 0.64 |
| Hex | DD | 6B | B1 | 0 | 34 | 14 | D | 143 | 3F | 40 |
| Octal | 335 | 153 | 261 | 0 | 64 | 24 | 15 | 503 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10110001 | 0 | 110100 | 10100 | 1101 | 101000011 | 111111 | 1000000 |
Color Harmonies of #DD6BB1
Complementary color
Monochromatic Colors of #DD6BB1
Black with #DD6BB1
Text Example
Text Example
White with #DD6BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BB1; }
p { color: rgb(221,107,177); }
H1.HeaderClassName
{
color: #DD6BB1;
}
.AnyTagClassName
{
color: #DD6BB1;
}
</style>
background-color css
<style>
a { background-color: #DD6BB1; }
a { background-color: rgb(221,107,177); }
div.DivClassName
{
background-color: #DD6BB1;
}
.BgClassName
{
background-color: #DD6BB1;
}
</style>
border-color css
<style>
span { border-color: #DD6BB1; }
span { border-color: rgb(221,107,177); }
td.TdClassName
{
border-color: #DD6BB1;
}
.TagClassName
{
border-color: #DD6BB1;
}
</style>