Shades of Spicy Pink #DC2BB5
Tints of Spicy Pink #DC2BB5
RGB
CMYK
RGB Variations
Color information
#DC2BB5 (or 0xDC2BB5) is known color: Spicy Pink. HEX triplet: DC, 2B and B5. RGB value is (220,43,181). Sum of RGB (Red+Green+Blue) = 220+43+181=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2BB5 is #23D44A. Grayscale: #6F6F6F. Windows color (decimal): -2348107 or 11873244. OLE color: 11873244.
HSL color Cylindrical-coordinate representation of color #DC2BB5: hue angle of 313.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2BB5 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 181 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.14 |
| HSL | 313.22º | 0.72% | 0.52% | - |
| HSV(B) | 313.22º | 0.8% | 0.86% | - |
| XYZ | 38.72 | 20.28 | 45.59 | - |
| YUV | 111.66 | 167.14 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 181 | 0 | 0.80 | 0.18 | 0.14 | 313.22 | 0.72 | 0.52 |
| Hex | DC | 2B | B5 | 0 | 50 | 12 | E | 139 | 48 | 34 |
| Octal | 334 | 53 | 265 | 0 | 120 | 22 | 16 | 471 | 110 | 64 |
| Binary | 11011100 | 101011 | 10110101 | 0 | 1010000 | 10010 | 1110 | 100111001 | 1001000 | 110100 |
Color Harmonies of #DC2BB5
Complementary color
Monochromatic Colors of #DC2BB5
Black with #DC2BB5
Text Example
Text Example
White with #DC2BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BB5; }
p { color: rgb(220,43,181); }
H1.HeaderClassName
{
color: #DC2BB5;
}
.AnyTagClassName
{
color: #DC2BB5;
}
</style>
background-color css
<style>
a { background-color: #DC2BB5; }
a { background-color: rgb(220,43,181); }
div.DivClassName
{
background-color: #DC2BB5;
}
.BgClassName
{
background-color: #DC2BB5;
}
</style>
border-color css
<style>
span { border-color: #DC2BB5; }
span { border-color: rgb(220,43,181); }
td.TdClassName
{
border-color: #DC2BB5;
}
.TagClassName
{
border-color: #DC2BB5;
}
</style>