Shades of Spicy Pink #DC27B8
Tints of Spicy Pink #DC27B8
RGB
CMYK
RGB Variations
Color information
#DC27B8 (or 0xDC27B8) is known color: Spicy Pink. HEX triplet: DC, 27 and B8. RGB value is (220,39,184). Sum of RGB (Red+Green+Blue) = 220+39+184=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27B8 is #23D847. Grayscale: #6D6D6D. Windows color (decimal): -2349128 or 12068828. OLE color: 12068828.
HSL color Cylindrical-coordinate representation of color #DC27B8: hue angle of 311.93º 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 #DC27B8 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 184 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.14 |
| HSL | 311.93º | 0.72% | 0.51% | - |
| HSV(B) | 311.93º | 0.82% | 0.86% | - |
| XYZ | 38.89 | 20.13 | 47.18 | - |
| YUV | 109.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 184 | 0 | 0.82 | 0.16 | 0.14 | 311.93 | 0.72 | 0.51 |
| Hex | DC | 27 | B8 | 0 | 52 | 10 | E | 138 | 48 | 33 |
| Octal | 334 | 47 | 270 | 0 | 122 | 20 | 16 | 470 | 110 | 63 |
| Binary | 11011100 | 100111 | 10111000 | 0 | 1010010 | 10000 | 1110 | 100111000 | 1001000 | 110011 |
Color Harmonies of #DC27B8
Complementary color
Monochromatic Colors of #DC27B8
Black with #DC27B8
Text Example
Text Example
White with #DC27B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27B8; }
p { color: rgb(220,39,184); }
H1.HeaderClassName
{
color: #DC27B8;
}
.AnyTagClassName
{
color: #DC27B8;
}
</style>
background-color css
<style>
a { background-color: #DC27B8; }
a { background-color: rgb(220,39,184); }
div.DivClassName
{
background-color: #DC27B8;
}
.BgClassName
{
background-color: #DC27B8;
}
</style>
border-color css
<style>
span { border-color: #DC27B8; }
span { border-color: rgb(220,39,184); }
td.TdClassName
{
border-color: #DC27B8;
}
.TagClassName
{
border-color: #DC27B8;
}
</style>