Shades of Hot Pink #DC6AB2
Tints of Hot Pink #DC6AB2
RGB
CMYK
RGB Variations
Color information
#DC6AB2 (or 0xDC6AB2) is known color: Hot Pink. HEX triplet: DC, 6A and B2. RGB value is (220,106,178). Sum of RGB (Red+Green+Blue) = 220+106+178=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AB2 is #23954D. Grayscale: #949494. Windows color (decimal): -2331982 or 11692764. OLE color: 11692764.
HSL color Cylindrical-coordinate representation of color #DC6AB2: hue angle of 322.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AB2 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 178 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.14 |
| HSL | 322.11º | 0.62% | 0.64% | - |
| HSV(B) | 322.11º | 0.52% | 0.86% | - |
| XYZ | 42.71 | 28.74 | 45.42 | - |
| YUV | 148.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 178 | 0 | 0.52 | 0.19 | 0.14 | 322.11 | 0.62 | 0.64 |
| Hex | DC | 6A | B2 | 0 | 34 | 13 | E | 142 | 3E | 40 |
| Octal | 334 | 152 | 262 | 0 | 64 | 23 | 16 | 502 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10110010 | 0 | 110100 | 10011 | 1110 | 101000010 | 111110 | 1000000 |
Color Harmonies of #DC6AB2
Complementary color
Monochromatic Colors of #DC6AB2
Black with #DC6AB2
Text Example
Text Example
White with #DC6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AB2; }
p { color: rgb(220,106,178); }
H1.HeaderClassName
{
color: #DC6AB2;
}
.AnyTagClassName
{
color: #DC6AB2;
}
</style>
background-color css
<style>
a { background-color: #DC6AB2; }
a { background-color: rgb(220,106,178); }
div.DivClassName
{
background-color: #DC6AB2;
}
.BgClassName
{
background-color: #DC6AB2;
}
</style>
border-color css
<style>
span { border-color: #DC6AB2; }
span { border-color: rgb(220,106,178); }
td.TdClassName
{
border-color: #DC6AB2;
}
.TagClassName
{
border-color: #DC6AB2;
}
</style>