Shades of Hot Pink #DD6BAF
Tints of Hot Pink #DD6BAF
RGB
CMYK
RGB Variations
Color information
#DD6BAF (or 0xDD6BAF) is known color: Hot Pink. HEX triplet: DD, 6B and AF. RGB value is (221,107,175). Sum of RGB (Red+Green+Blue) = 221+107+175=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6BAF is #229450. Grayscale: #949494. Windows color (decimal): -2266193 or 11496413. OLE color: 11496413.
HSL color Cylindrical-coordinate representation of color #DD6BAF: hue angle of 324.21º 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 #DD6BAF is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 175 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.13 |
| HSL | 324.21º | 0.63% | 0.64% | - |
| HSV(B) | 324.21º | 0.52% | 0.87% | - |
| XYZ | 42.81 | 28.98 | 43.9 | - |
| YUV | 148.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 175 | 0 | 0.52 | 0.21 | 0.13 | 324.21 | 0.63 | 0.64 |
| Hex | DD | 6B | AF | 0 | 34 | 15 | D | 144 | 3F | 40 |
| Octal | 335 | 153 | 257 | 0 | 64 | 25 | 15 | 504 | 77 | 100 |
| Binary | 11011101 | 1101011 | 10101111 | 0 | 110100 | 10101 | 1101 | 101000100 | 111111 | 1000000 |
Color Harmonies of #DD6BAF
Complementary color
Monochromatic Colors of #DD6BAF
Black with #DD6BAF
Text Example
Text Example
White with #DD6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BAF; }
p { color: rgb(221,107,175); }
H1.HeaderClassName
{
color: #DD6BAF;
}
.AnyTagClassName
{
color: #DD6BAF;
}
</style>
background-color css
<style>
a { background-color: #DD6BAF; }
a { background-color: rgb(221,107,175); }
div.DivClassName
{
background-color: #DD6BAF;
}
.BgClassName
{
background-color: #DD6BAF;
}
</style>
border-color css
<style>
span { border-color: #DD6BAF; }
span { border-color: rgb(221,107,175); }
td.TdClassName
{
border-color: #DD6BAF;
}
.TagClassName
{
border-color: #DD6BAF;
}
</style>