Shades of Hot Pink #DC60B3
Tints of Hot Pink #DC60B3
RGB
CMYK
RGB Variations
Color information
#DC60B3 (or 0xDC60B3) is known color: Hot Pink. HEX triplet: DC, 60 and B3. RGB value is (220,96,179). Sum of RGB (Red+Green+Blue) = 220+96+179=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60B3 is #239F4C. Grayscale: #8E8E8E. Windows color (decimal): -2334541 or 11755740. OLE color: 11755740.
HSL color Cylindrical-coordinate representation of color #DC60B3: hue angle of 319.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC60B3 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 179 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.14 |
| HSL | 319.84º | 0.64% | 0.62% | - |
| HSV(B) | 319.84º | 0.56% | 0.86% | - |
| XYZ | 41.83 | 26.84 | 45.62 | - |
| YUV | 142.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 179 | 0 | 0.56 | 0.19 | 0.14 | 319.84 | 0.64 | 0.62 |
| Hex | DC | 60 | B3 | 0 | 38 | 13 | E | 140 | 40 | 3E |
| Octal | 334 | 140 | 263 | 0 | 70 | 23 | 16 | 500 | 100 | 76 |
| Binary | 11011100 | 1100000 | 10110011 | 0 | 111000 | 10011 | 1110 | 101000000 | 1000000 | 111110 |
Color Harmonies of #DC60B3
Complementary color
Monochromatic Colors of #DC60B3
Black with #DC60B3
Text Example
Text Example
White with #DC60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60B3; }
p { color: rgb(220,96,179); }
H1.HeaderClassName
{
color: #DC60B3;
}
.AnyTagClassName
{
color: #DC60B3;
}
</style>
background-color css
<style>
a { background-color: #DC60B3; }
a { background-color: rgb(220,96,179); }
div.DivClassName
{
background-color: #DC60B3;
}
.BgClassName
{
background-color: #DC60B3;
}
</style>
border-color css
<style>
span { border-color: #DC60B3; }
span { border-color: rgb(220,96,179); }
td.TdClassName
{
border-color: #DC60B3;
}
.TagClassName
{
border-color: #DC60B3;
}
</style>