Shades of Hot Pink #DC66B6
Tints of Hot Pink #DC66B6
RGB
CMYK
RGB Variations
Color information
#DC66B6 (or 0xDC66B6) is known color: Hot Pink. HEX triplet: DC, 66 and B6. RGB value is (220,102,182). Sum of RGB (Red+Green+Blue) = 220+102+182=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66B6 is #239949. Grayscale: #929292. Windows color (decimal): -2333002 or 11953884. OLE color: 11953884.
HSL color Cylindrical-coordinate representation of color #DC66B6: hue angle of 319.32º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66B6 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 182 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.14 |
| HSL | 319.32º | 0.63% | 0.63% | - |
| HSV(B) | 319.32º | 0.54% | 0.86% | - |
| XYZ | 42.71 | 28.1 | 47.43 | - |
| YUV | 146.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 182 | 0 | 0.54 | 0.17 | 0.14 | 319.32 | 0.63 | 0.63 |
| Hex | DC | 66 | B6 | 0 | 36 | 11 | E | 13F | 3F | 3F |
| Octal | 334 | 146 | 266 | 0 | 66 | 21 | 16 | 477 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10110110 | 0 | 110110 | 10001 | 1110 | 100111111 | 111111 | 111111 |
Color Harmonies of #DC66B6
Complementary color
Monochromatic Colors of #DC66B6
Black with #DC66B6
Text Example
Text Example
White with #DC66B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66B6; }
p { color: rgb(220,102,182); }
H1.HeaderClassName
{
color: #DC66B6;
}
.AnyTagClassName
{
color: #DC66B6;
}
</style>
background-color css
<style>
a { background-color: #DC66B6; }
a { background-color: rgb(220,102,182); }
div.DivClassName
{
background-color: #DC66B6;
}
.BgClassName
{
background-color: #DC66B6;
}
</style>
border-color css
<style>
span { border-color: #DC66B6; }
span { border-color: rgb(220,102,182); }
td.TdClassName
{
border-color: #DC66B6;
}
.TagClassName
{
border-color: #DC66B6;
}
</style>