Shades of Spicy Pink #DC27B7
Tints of Spicy Pink #DC27B7
RGB
CMYK
RGB Variations
Color information
#DC27B7 (or 0xDC27B7) is known color: Spicy Pink. HEX triplet: DC, 27 and B7. RGB value is (220,39,183). Sum of RGB (Red+Green+Blue) = 220+39+183=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27B7 is #23D848. Grayscale: #6D6D6D. Windows color (decimal): -2349129 or 12003292. OLE color: 12003292.
HSL color Cylindrical-coordinate representation of color #DC27B7: hue angle of 312.27º 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 #DC27B7 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 183 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.14 |
| HSL | 312.27º | 0.72% | 0.51% | - |
| HSV(B) | 312.27º | 0.82% | 0.86% | - |
| XYZ | 38.79 | 20.09 | 46.63 | - |
| YUV | 109.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 183 | 0 | 0.82 | 0.17 | 0.14 | 312.27 | 0.72 | 0.51 |
| Hex | DC | 27 | B7 | 0 | 52 | 11 | E | 138 | 48 | 33 |
| Octal | 334 | 47 | 267 | 0 | 122 | 21 | 16 | 470 | 110 | 63 |
| Binary | 11011100 | 100111 | 10110111 | 0 | 1010010 | 10001 | 1110 | 100111000 | 1001000 | 110011 |
Color Harmonies of #DC27B7
Complementary color
Monochromatic Colors of #DC27B7
Black with #DC27B7
Text Example
Text Example
White with #DC27B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27B7; }
p { color: rgb(220,39,183); }
H1.HeaderClassName
{
color: #DC27B7;
}
.AnyTagClassName
{
color: #DC27B7;
}
</style>
background-color css
<style>
a { background-color: #DC27B7; }
a { background-color: rgb(220,39,183); }
div.DivClassName
{
background-color: #DC27B7;
}
.BgClassName
{
background-color: #DC27B7;
}
</style>
border-color css
<style>
span { border-color: #DC27B7; }
span { border-color: rgb(220,39,183); }
td.TdClassName
{
border-color: #DC27B7;
}
.TagClassName
{
border-color: #DC27B7;
}
</style>