Shades of Spicy Pink #DC2FB5
Tints of Spicy Pink #DC2FB5
RGB
CMYK
RGB Variations
Color information
#DC2FB5 (or 0xDC2FB5) is known color: Spicy Pink. HEX triplet: DC, 2F and B5. RGB value is (220,47,181). Sum of RGB (Red+Green+Blue) = 220+47+181=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FB5 is #23D04A. Grayscale: #717171. Windows color (decimal): -2347083 or 11874268. OLE color: 11874268.
HSL color Cylindrical-coordinate representation of color #DC2FB5: hue angle of 313.53º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2FB5 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 181 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.14 |
| HSL | 313.53º | 0.71% | 0.52% | - |
| HSV(B) | 313.53º | 0.79% | 0.86% | - |
| XYZ | 38.87 | 20.58 | 45.64 | - |
| YUV | 114 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 181 | 0 | 0.79 | 0.18 | 0.14 | 313.53 | 0.71 | 0.52 |
| Hex | DC | 2F | B5 | 0 | 4F | 12 | E | 13A | 47 | 34 |
| Octal | 334 | 57 | 265 | 0 | 117 | 22 | 16 | 472 | 107 | 64 |
| Binary | 11011100 | 101111 | 10110101 | 0 | 1001111 | 10010 | 1110 | 100111010 | 1000111 | 110100 |
Color Harmonies of #DC2FB5
Complementary color
Monochromatic Colors of #DC2FB5
Black with #DC2FB5
Text Example
Text Example
White with #DC2FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FB5; }
p { color: rgb(220,47,181); }
H1.HeaderClassName
{
color: #DC2FB5;
}
.AnyTagClassName
{
color: #DC2FB5;
}
</style>
background-color css
<style>
a { background-color: #DC2FB5; }
a { background-color: rgb(220,47,181); }
div.DivClassName
{
background-color: #DC2FB5;
}
.BgClassName
{
background-color: #DC2FB5;
}
</style>
border-color css
<style>
span { border-color: #DC2FB5; }
span { border-color: rgb(220,47,181); }
td.TdClassName
{
border-color: #DC2FB5;
}
.TagClassName
{
border-color: #DC2FB5;
}
</style>