Shades of Hot Pink #DC68B0
Tints of Hot Pink #DC68B0
RGB
CMYK
RGB Variations
Color information
#DC68B0 (or 0xDC68B0) is known color: Hot Pink. HEX triplet: DC, 68 and B0. RGB value is (220,104,176). Sum of RGB (Red+Green+Blue) = 220+104+176=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68B0 is #23974F. Grayscale: #929292. Windows color (decimal): -2332496 or 11561180. OLE color: 11561180.
HSL color Cylindrical-coordinate representation of color #DC68B0: hue angle of 322.76º 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 #DC68B0 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 176 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.14 |
| HSL | 322.76º | 0.62% | 0.64% | - |
| HSV(B) | 322.76º | 0.53% | 0.86% | - |
| XYZ | 42.3 | 28.25 | 44.3 | - |
| YUV | 146.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 176 | 0 | 0.53 | 0.2 | 0.14 | 322.76 | 0.62 | 0.64 |
| Hex | DC | 68 | B0 | 0 | 35 | 14 | E | 143 | 3E | 40 |
| Octal | 334 | 150 | 260 | 0 | 65 | 24 | 16 | 503 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10110000 | 0 | 110101 | 10100 | 1110 | 101000011 | 111110 | 1000000 |
Color Harmonies of #DC68B0
Complementary color
Monochromatic Colors of #DC68B0
Black with #DC68B0
Text Example
Text Example
White with #DC68B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68B0; }
p { color: rgb(220,104,176); }
H1.HeaderClassName
{
color: #DC68B0;
}
.AnyTagClassName
{
color: #DC68B0;
}
</style>
background-color css
<style>
a { background-color: #DC68B0; }
a { background-color: rgb(220,104,176); }
div.DivClassName
{
background-color: #DC68B0;
}
.BgClassName
{
background-color: #DC68B0;
}
</style>
border-color css
<style>
span { border-color: #DC68B0; }
span { border-color: rgb(220,104,176); }
td.TdClassName
{
border-color: #DC68B0;
}
.TagClassName
{
border-color: #DC68B0;
}
</style>