Shades of Spicy Pink #DD26AF
Tints of Spicy Pink #DD26AF
RGB
CMYK
RGB Variations
Color information
#DD26AF (or 0xDD26AF) is known color: Spicy Pink. HEX triplet: DD, 26 and AF. RGB value is (221,38,175). Sum of RGB (Red+Green+Blue) = 221+38+175=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD26AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD26AF is #22D950. Grayscale: #6B6B6B. Windows color (decimal): -2283857 or 11478749. OLE color: 11478749.
HSL color Cylindrical-coordinate representation of color #DD26AF: hue angle of 315.08º degrees, saturation: 0.73, 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 #DD26AF is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 175 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.13 |
| HSL | 315.08º | 0.73% | 0.51% | - |
| HSV(B) | 315.08º | 0.83% | 0.87% | - |
| XYZ | 38.25 | 19.85 | 42.37 | - |
| YUV | 108.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 175 | 0 | 0.83 | 0.21 | 0.13 | 315.08 | 0.73 | 0.51 |
| Hex | DD | 26 | AF | 0 | 53 | 15 | D | 13B | 49 | 33 |
| Octal | 335 | 46 | 257 | 0 | 123 | 25 | 15 | 473 | 111 | 63 |
| Binary | 11011101 | 100110 | 10101111 | 0 | 1010011 | 10101 | 1101 | 100111011 | 1001001 | 110011 |
Color Harmonies of #DD26AF
Complementary color
Monochromatic Colors of #DD26AF
Black with #DD26AF
Text Example
Text Example
White with #DD26AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26AF; }
p { color: rgb(221,38,175); }
H1.HeaderClassName
{
color: #DD26AF;
}
.AnyTagClassName
{
color: #DD26AF;
}
</style>
background-color css
<style>
a { background-color: #DD26AF; }
a { background-color: rgb(221,38,175); }
div.DivClassName
{
background-color: #DD26AF;
}
.BgClassName
{
background-color: #DD26AF;
}
</style>
border-color css
<style>
span { border-color: #DD26AF; }
span { border-color: rgb(221,38,175); }
td.TdClassName
{
border-color: #DD26AF;
}
.TagClassName
{
border-color: #DD26AF;
}
</style>