Shades of Spicy Pink #DF26B3
Tints of Spicy Pink #DF26B3
RGB
CMYK
RGB Variations
Color information
#DF26B3 (or 0xDF26B3) is known color: Spicy Pink. HEX triplet: DF, 26 and B3. RGB value is (223,38,179). Sum of RGB (Red+Green+Blue) = 223+38+179=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF26B3 is #20D94C. Grayscale: #6D6D6D. Windows color (decimal): -2152781 or 11740895. OLE color: 11740895.
HSL color Cylindrical-coordinate representation of color #DF26B3: hue angle of 314.27º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF26B3 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 179 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.13 |
| HSL | 314.27º | 0.74% | 0.51% | - |
| HSV(B) | 314.27º | 0.83% | 0.87% | - |
| XYZ | 39.26 | 20.33 | 44.5 | - |
| YUV | 109.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 179 | 0 | 0.83 | 0.20 | 0.13 | 314.27 | 0.74 | 0.51 |
| Hex | DF | 26 | B3 | 0 | 53 | 14 | D | 13A | 4A | 33 |
| Octal | 337 | 46 | 263 | 0 | 123 | 24 | 15 | 472 | 112 | 63 |
| Binary | 11011111 | 100110 | 10110011 | 0 | 1010011 | 10100 | 1101 | 100111010 | 1001010 | 110011 |
Color Harmonies of #DF26B3
Complementary color
Monochromatic Colors of #DF26B3
Black with #DF26B3
Text Example
Text Example
White with #DF26B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26B3; }
p { color: rgb(223,38,179); }
H1.HeaderClassName
{
color: #DF26B3;
}
.AnyTagClassName
{
color: #DF26B3;
}
</style>
background-color css
<style>
a { background-color: #DF26B3; }
a { background-color: rgb(223,38,179); }
div.DivClassName
{
background-color: #DF26B3;
}
.BgClassName
{
background-color: #DF26B3;
}
</style>
border-color css
<style>
span { border-color: #DF26B3; }
span { border-color: rgb(223,38,179); }
td.TdClassName
{
border-color: #DF26B3;
}
.TagClassName
{
border-color: #DF26B3;
}
</style>