Shades of Hot Pink #DC61B2
Tints of Hot Pink #DC61B2
RGB
CMYK
RGB Variations
Color information
#DC61B2 (or 0xDC61B2) is known color: Hot Pink. HEX triplet: DC, 61 and B2. RGB value is (220,97,178). Sum of RGB (Red+Green+Blue) = 220+97+178=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61B2 is #239E4D. Grayscale: #8E8E8E. Windows color (decimal): -2334286 or 11690460. OLE color: 11690460.
HSL color Cylindrical-coordinate representation of color #DC61B2: hue angle of 320.49º 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 #DC61B2 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 178 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.14 |
| HSL | 320.49º | 0.64% | 0.62% | - |
| HSV(B) | 320.49º | 0.56% | 0.86% | - |
| XYZ | 41.83 | 26.98 | 45.12 | - |
| YUV | 143.01 | 147.75 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 178 | 0 | 0.56 | 0.19 | 0.14 | 320.49 | 0.64 | 0.62 |
| Hex | DC | 61 | B2 | 0 | 38 | 13 | E | 140 | 40 | 3E |
| Octal | 334 | 141 | 262 | 0 | 70 | 23 | 16 | 500 | 100 | 76 |
| Binary | 11011100 | 1100001 | 10110010 | 0 | 111000 | 10011 | 1110 | 101000000 | 1000000 | 111110 |
Color Harmonies of #DC61B2
Complementary color
Monochromatic Colors of #DC61B2
Black with #DC61B2
Text Example
Text Example
White with #DC61B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61B2; }
p { color: rgb(220,97,178); }
H1.HeaderClassName
{
color: #DC61B2;
}
.AnyTagClassName
{
color: #DC61B2;
}
</style>
background-color css
<style>
a { background-color: #DC61B2; }
a { background-color: rgb(220,97,178); }
div.DivClassName
{
background-color: #DC61B2;
}
.BgClassName
{
background-color: #DC61B2;
}
</style>
border-color css
<style>
span { border-color: #DC61B2; }
span { border-color: rgb(220,97,178); }
td.TdClassName
{
border-color: #DC61B2;
}
.TagClassName
{
border-color: #DC61B2;
}
</style>