Shades of Spicy Pink #DC27B5
Tints of Spicy Pink #DC27B5
RGB
CMYK
RGB Variations
Color information
#DC27B5 (or 0xDC27B5) is known color: Spicy Pink. HEX triplet: DC, 27 and B5. RGB value is (220,39,181). Sum of RGB (Red+Green+Blue) = 220+39+181=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27B5 is #23D84A. Grayscale: #6C6C6C. Windows color (decimal): -2349131 or 11872220. OLE color: 11872220.
HSL color Cylindrical-coordinate representation of color #DC27B5: hue angle of 312.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 #DC27B5 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 181 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.14 |
| HSL | 312.93º | 0.72% | 0.51% | - |
| HSV(B) | 312.93º | 0.82% | 0.86% | - |
| XYZ | 38.58 | 20 | 45.54 | - |
| YUV | 109.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 181 | 0 | 0.82 | 0.18 | 0.14 | 312.93 | 0.72 | 0.51 |
| Hex | DC | 27 | B5 | 0 | 52 | 12 | E | 139 | 48 | 33 |
| Octal | 334 | 47 | 265 | 0 | 122 | 22 | 16 | 471 | 110 | 63 |
| Binary | 11011100 | 100111 | 10110101 | 0 | 1010010 | 10010 | 1110 | 100111001 | 1001000 | 110011 |
Color Harmonies of #DC27B5
Complementary color
Monochromatic Colors of #DC27B5
Black with #DC27B5
Text Example
Text Example
White with #DC27B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27B5; }
p { color: rgb(220,39,181); }
H1.HeaderClassName
{
color: #DC27B5;
}
.AnyTagClassName
{
color: #DC27B5;
}
</style>
background-color css
<style>
a { background-color: #DC27B5; }
a { background-color: rgb(220,39,181); }
div.DivClassName
{
background-color: #DC27B5;
}
.BgClassName
{
background-color: #DC27B5;
}
</style>
border-color css
<style>
span { border-color: #DC27B5; }
span { border-color: rgb(220,39,181); }
td.TdClassName
{
border-color: #DC27B5;
}
.TagClassName
{
border-color: #DC27B5;
}
</style>