Shades of Hot Pink #DC68B1
Tints of Hot Pink #DC68B1
RGB
CMYK
RGB Variations
Color information
#DC68B1 (or 0xDC68B1) is known color: Hot Pink. HEX triplet: DC, 68 and B1. RGB value is (220,104,177). Sum of RGB (Red+Green+Blue) = 220+104+177=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68B1 is #23974E. Grayscale: #929292. Windows color (decimal): -2332495 or 11626716. OLE color: 11626716.
HSL color Cylindrical-coordinate representation of color #DC68B1: hue angle of 322.24º 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 #DC68B1 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 177 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.14 |
| HSL | 322.24º | 0.62% | 0.64% | - |
| HSV(B) | 322.24º | 0.53% | 0.86% | - |
| XYZ | 42.4 | 28.29 | 44.82 | - |
| YUV | 147.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 177 | 0 | 0.53 | 0.20 | 0.14 | 322.24 | 0.62 | 0.64 |
| Hex | DC | 68 | B1 | 0 | 35 | 14 | E | 142 | 3E | 40 |
| Octal | 334 | 150 | 261 | 0 | 65 | 24 | 16 | 502 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10110001 | 0 | 110101 | 10100 | 1110 | 101000010 | 111110 | 1000000 |
Color Harmonies of #DC68B1
Complementary color
Monochromatic Colors of #DC68B1
Black with #DC68B1
Text Example
Text Example
White with #DC68B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68B1; }
p { color: rgb(220,104,177); }
H1.HeaderClassName
{
color: #DC68B1;
}
.AnyTagClassName
{
color: #DC68B1;
}
</style>
background-color css
<style>
a { background-color: #DC68B1; }
a { background-color: rgb(220,104,177); }
div.DivClassName
{
background-color: #DC68B1;
}
.BgClassName
{
background-color: #DC68B1;
}
</style>
border-color css
<style>
span { border-color: #DC68B1; }
span { border-color: rgb(220,104,177); }
td.TdClassName
{
border-color: #DC68B1;
}
.TagClassName
{
border-color: #DC68B1;
}
</style>