Shades of Hot Pink #DC6CB0
Tints of Hot Pink #DC6CB0
RGB
CMYK
RGB Variations
Color information
#DC6CB0 (or 0xDC6CB0) is known color: Hot Pink. HEX triplet: DC, 6C and B0. RGB value is (220,108,176). Sum of RGB (Red+Green+Blue) = 220+108+176=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6CB0 is #23934F. Grayscale: #959595. Windows color (decimal): -2331472 or 11562204. OLE color: 11562204.
HSL color Cylindrical-coordinate representation of color #DC6CB0: hue angle of 323.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CB0 is Cyan = 0, Magento = 0.51, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 176 | - |
| CMYK | 0 | 0.51 | 0.2 | 0.14 |
| HSL | 323.57º | 0.62% | 0.64% | - |
| HSV(B) | 323.57º | 0.51% | 0.86% | - |
| XYZ | 42.71 | 29.08 | 44.44 | - |
| YUV | 149.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 176 | 0 | 0.51 | 0.2 | 0.14 | 323.57 | 0.62 | 0.64 |
| Hex | DC | 6C | B0 | 0 | 33 | 14 | E | 144 | 3E | 40 |
| Octal | 334 | 154 | 260 | 0 | 63 | 24 | 16 | 504 | 76 | 100 |
| Binary | 11011100 | 1101100 | 10110000 | 0 | 110011 | 10100 | 1110 | 101000100 | 111110 | 1000000 |
Color Harmonies of #DC6CB0
Complementary color
Monochromatic Colors of #DC6CB0
Black with #DC6CB0
Text Example
Text Example
White with #DC6CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6CB0; }
p { color: rgb(220,108,176); }
H1.HeaderClassName
{
color: #DC6CB0;
}
.AnyTagClassName
{
color: #DC6CB0;
}
</style>
background-color css
<style>
a { background-color: #DC6CB0; }
a { background-color: rgb(220,108,176); }
div.DivClassName
{
background-color: #DC6CB0;
}
.BgClassName
{
background-color: #DC6CB0;
}
</style>
border-color css
<style>
span { border-color: #DC6CB0; }
span { border-color: rgb(220,108,176); }
td.TdClassName
{
border-color: #DC6CB0;
}
.TagClassName
{
border-color: #DC6CB0;
}
</style>