Shades of Hot Pink #DC6AB3
Tints of Hot Pink #DC6AB3
RGB
CMYK
RGB Variations
Color information
#DC6AB3 (or 0xDC6AB3) is known color: Hot Pink. HEX triplet: DC, 6A and B3. RGB value is (220,106,179). Sum of RGB (Red+Green+Blue) = 220+106+179=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AB3 is #23954C. Grayscale: #949494. Windows color (decimal): -2331981 or 11758300. OLE color: 11758300.
HSL color Cylindrical-coordinate representation of color #DC6AB3: hue angle of 321.58º 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 #DC6AB3 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 179 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.14 |
| HSL | 321.58º | 0.62% | 0.64% | - |
| HSV(B) | 321.58º | 0.52% | 0.86% | - |
| XYZ | 42.81 | 28.78 | 45.95 | - |
| YUV | 148.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 179 | 0 | 0.52 | 0.19 | 0.14 | 321.58 | 0.62 | 0.64 |
| Hex | DC | 6A | B3 | 0 | 34 | 13 | E | 142 | 3E | 40 |
| Octal | 334 | 152 | 263 | 0 | 64 | 23 | 16 | 502 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10110011 | 0 | 110100 | 10011 | 1110 | 101000010 | 111110 | 1000000 |
Color Harmonies of #DC6AB3
Complementary color
Monochromatic Colors of #DC6AB3
Black with #DC6AB3
Text Example
Text Example
White with #DC6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AB3; }
p { color: rgb(220,106,179); }
H1.HeaderClassName
{
color: #DC6AB3;
}
.AnyTagClassName
{
color: #DC6AB3;
}
</style>
background-color css
<style>
a { background-color: #DC6AB3; }
a { background-color: rgb(220,106,179); }
div.DivClassName
{
background-color: #DC6AB3;
}
.BgClassName
{
background-color: #DC6AB3;
}
</style>
border-color css
<style>
span { border-color: #DC6AB3; }
span { border-color: rgb(220,106,179); }
td.TdClassName
{
border-color: #DC6AB3;
}
.TagClassName
{
border-color: #DC6AB3;
}
</style>