Shades of Hot Pink #DC68B7
Tints of Hot Pink #DC68B7
RGB
CMYK
RGB Variations
Color information
#DC68B7 (or 0xDC68B7) is known color: Hot Pink. HEX triplet: DC, 68 and B7. RGB value is (220,104,183). Sum of RGB (Red+Green+Blue) = 220+104+183=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68B7 is #239748. Grayscale: #939393. Windows color (decimal): -2332489 or 12019932. OLE color: 12019932.
HSL color Cylindrical-coordinate representation of color #DC68B7: hue angle of 319.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68B7 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 183 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.14 |
| HSL | 319.14º | 0.62% | 0.64% | - |
| HSV(B) | 319.14º | 0.53% | 0.86% | - |
| XYZ | 43.01 | 28.54 | 48.04 | - |
| YUV | 147.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 183 | 0 | 0.53 | 0.17 | 0.14 | 319.14 | 0.62 | 0.64 |
| Hex | DC | 68 | B7 | 0 | 35 | 11 | E | 13F | 3E | 40 |
| Octal | 334 | 150 | 267 | 0 | 65 | 21 | 16 | 477 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10110111 | 0 | 110101 | 10001 | 1110 | 100111111 | 111110 | 1000000 |
Color Harmonies of #DC68B7
Complementary color
Monochromatic Colors of #DC68B7
Black with #DC68B7
Text Example
Text Example
White with #DC68B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68B7; }
p { color: rgb(220,104,183); }
H1.HeaderClassName
{
color: #DC68B7;
}
.AnyTagClassName
{
color: #DC68B7;
}
</style>
background-color css
<style>
a { background-color: #DC68B7; }
a { background-color: rgb(220,104,183); }
div.DivClassName
{
background-color: #DC68B7;
}
.BgClassName
{
background-color: #DC68B7;
}
</style>
border-color css
<style>
span { border-color: #DC68B7; }
span { border-color: rgb(220,104,183); }
td.TdClassName
{
border-color: #DC68B7;
}
.TagClassName
{
border-color: #DC68B7;
}
</style>