Shades of Spicy Pink #DD1FB3
Tints of Spicy Pink #DD1FB3
RGB
CMYK
RGB Variations
Color information
#DD1FB3 (or 0xDD1FB3) is known color: Spicy Pink. HEX triplet: DD, 1F and B3. RGB value is (221,31,179). Sum of RGB (Red+Green+Blue) = 221+31+179=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FB3 is #22E04C. Grayscale: #686868. Windows color (decimal): -2285645 or 11739101. OLE color: 11739101.
HSL color Cylindrical-coordinate representation of color #DD1FB3: hue angle of 313.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1FB3 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 179 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.13 |
| HSL | 313.26º | 0.75% | 0.49% | - |
| HSV(B) | 313.26º | 0.86% | 0.87% | - |
| XYZ | 38.45 | 19.61 | 44.41 | - |
| YUV | 104.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 179 | 0 | 0.86 | 0.19 | 0.13 | 313.26 | 0.75 | 0.49 |
| Hex | DD | 1F | B3 | 0 | 56 | 13 | D | 139 | 4B | 31 |
| Octal | 335 | 37 | 263 | 0 | 126 | 23 | 15 | 471 | 113 | 61 |
| Binary | 11011101 | 11111 | 10110011 | 0 | 1010110 | 10011 | 1101 | 100111001 | 1001011 | 110001 |
Color Harmonies of #DD1FB3
Complementary color
Monochromatic Colors of #DD1FB3
Black with #DD1FB3
Text Example
Text Example
White with #DD1FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FB3; }
p { color: rgb(221,31,179); }
H1.HeaderClassName
{
color: #DD1FB3;
}
.AnyTagClassName
{
color: #DD1FB3;
}
</style>
background-color css
<style>
a { background-color: #DD1FB3; }
a { background-color: rgb(221,31,179); }
div.DivClassName
{
background-color: #DD1FB3;
}
.BgClassName
{
background-color: #DD1FB3;
}
</style>
border-color css
<style>
span { border-color: #DD1FB3; }
span { border-color: rgb(221,31,179); }
td.TdClassName
{
border-color: #DD1FB3;
}
.TagClassName
{
border-color: #DD1FB3;
}
</style>