Shades of Spicy Pink #DC27B2
Tints of Spicy Pink #DC27B2
RGB
CMYK
RGB Variations
Color information
#DC27B2 (or 0xDC27B2) is known color: Spicy Pink. HEX triplet: DC, 27 and B2. RGB value is (220,39,178). Sum of RGB (Red+Green+Blue) = 220+39+178=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC27B2 is #23D84D. Grayscale: #6C6C6C. Windows color (decimal): -2349134 or 11675612. OLE color: 11675612.
HSL color Cylindrical-coordinate representation of color #DC27B2: hue angle of 313.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27B2 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 178 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.14 |
| HSL | 313.92º | 0.72% | 0.51% | - |
| HSV(B) | 313.92º | 0.82% | 0.86% | - |
| XYZ | 38.28 | 19.88 | 43.94 | - |
| YUV | 108.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 178 | 0 | 0.82 | 0.19 | 0.14 | 313.92 | 0.72 | 0.51 |
| Hex | DC | 27 | B2 | 0 | 52 | 13 | E | 13A | 48 | 33 |
| Octal | 334 | 47 | 262 | 0 | 122 | 23 | 16 | 472 | 110 | 63 |
| Binary | 11011100 | 100111 | 10110010 | 0 | 1010010 | 10011 | 1110 | 100111010 | 1001000 | 110011 |
Color Harmonies of #DC27B2
Complementary color
Monochromatic Colors of #DC27B2
Black with #DC27B2
Text Example
Text Example
White with #DC27B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27B2; }
p { color: rgb(220,39,178); }
H1.HeaderClassName
{
color: #DC27B2;
}
.AnyTagClassName
{
color: #DC27B2;
}
</style>
background-color css
<style>
a { background-color: #DC27B2; }
a { background-color: rgb(220,39,178); }
div.DivClassName
{
background-color: #DC27B2;
}
.BgClassName
{
background-color: #DC27B2;
}
</style>
border-color css
<style>
span { border-color: #DC27B2; }
span { border-color: rgb(220,39,178); }
td.TdClassName
{
border-color: #DC27B2;
}
.TagClassName
{
border-color: #DC27B2;
}
</style>