Shades of Spicy Pink #DF22B5
Tints of Spicy Pink #DF22B5
RGB
CMYK
RGB Variations
Color information
#DF22B5 (or 0xDF22B5) is known color: Spicy Pink. HEX triplet: DF, 22 and B5. RGB value is (223,34,181). Sum of RGB (Red+Green+Blue) = 223+34+181=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF22B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF22B5 is #20DD4A. Grayscale: #6A6A6A. Windows color (decimal): -2153803 or 11870943. OLE color: 11870943.
HSL color Cylindrical-coordinate representation of color #DF22B5: hue angle of 313.33º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF22B5 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 181 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.13 |
| HSL | 313.33º | 0.75% | 0.5% | - |
| HSV(B) | 313.33º | 0.85% | 0.87% | - |
| XYZ | 39.34 | 20.17 | 45.54 | - |
| YUV | 107.27 | 169.62 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 181 | 0 | 0.85 | 0.19 | 0.13 | 313.33 | 0.75 | 0.5 |
| Hex | DF | 22 | B5 | 0 | 55 | 13 | D | 139 | 4B | 32 |
| Octal | 337 | 42 | 265 | 0 | 125 | 23 | 15 | 471 | 113 | 62 |
| Binary | 11011111 | 100010 | 10110101 | 0 | 1010101 | 10011 | 1101 | 100111001 | 1001011 | 110010 |
Color Harmonies of #DF22B5
Complementary color
Monochromatic Colors of #DF22B5
Black with #DF22B5
Text Example
Text Example
White with #DF22B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22B5; }
p { color: rgb(223,34,181); }
H1.HeaderClassName
{
color: #DF22B5;
}
.AnyTagClassName
{
color: #DF22B5;
}
</style>
background-color css
<style>
a { background-color: #DF22B5; }
a { background-color: rgb(223,34,181); }
div.DivClassName
{
background-color: #DF22B5;
}
.BgClassName
{
background-color: #DF22B5;
}
</style>
border-color css
<style>
span { border-color: #DF22B5; }
span { border-color: rgb(223,34,181); }
td.TdClassName
{
border-color: #DF22B5;
}
.TagClassName
{
border-color: #DF22B5;
}
</style>