Shades of Hot Pink #DC68B3
Tints of Hot Pink #DC68B3
RGB
CMYK
RGB Variations
Color information
#DC68B3 (or 0xDC68B3) is known color: Hot Pink. HEX triplet: DC, 68 and B3. RGB value is (220,104,179). Sum of RGB (Red+Green+Blue) = 220+104+179=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68B3 is #23974C. Grayscale: #939393. Windows color (decimal): -2332493 or 11757788. OLE color: 11757788.
HSL color Cylindrical-coordinate representation of color #DC68B3: hue angle of 321.21º 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 #DC68B3 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 179 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.14 |
| HSL | 321.21º | 0.62% | 0.64% | - |
| HSV(B) | 321.21º | 0.53% | 0.86% | - |
| XYZ | 42.6 | 28.37 | 45.88 | - |
| YUV | 147.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 179 | 0 | 0.53 | 0.19 | 0.14 | 321.21 | 0.62 | 0.64 |
| Hex | DC | 68 | B3 | 0 | 35 | 13 | E | 141 | 3E | 40 |
| Octal | 334 | 150 | 263 | 0 | 65 | 23 | 16 | 501 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10110011 | 0 | 110101 | 10011 | 1110 | 101000001 | 111110 | 1000000 |
Color Harmonies of #DC68B3
Complementary color
Monochromatic Colors of #DC68B3
Black with #DC68B3
Text Example
Text Example
White with #DC68B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68B3; }
p { color: rgb(220,104,179); }
H1.HeaderClassName
{
color: #DC68B3;
}
.AnyTagClassName
{
color: #DC68B3;
}
</style>
background-color css
<style>
a { background-color: #DC68B3; }
a { background-color: rgb(220,104,179); }
div.DivClassName
{
background-color: #DC68B3;
}
.BgClassName
{
background-color: #DC68B3;
}
</style>
border-color css
<style>
span { border-color: #DC68B3; }
span { border-color: rgb(220,104,179); }
td.TdClassName
{
border-color: #DC68B3;
}
.TagClassName
{
border-color: #DC68B3;
}
</style>