Shades of Spicy Pink #DD1CA4
Tints of Spicy Pink #DD1CA4
RGB
CMYK
RGB Variations
Color information
#DD1CA4 (or 0xDD1CA4) is known color: Spicy Pink. HEX triplet: DD, 1C and A4. RGB value is (221,28,164). Sum of RGB (Red+Green+Blue) = 221+28+164=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1CA4 is #22E35B. Grayscale: #646464. Windows color (decimal): -2286428 or 10755293. OLE color: 10755293.
HSL color Cylindrical-coordinate representation of color #DD1CA4: hue angle of 317.72º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CA4 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 164 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.13 |
| HSL | 317.72º | 0.78% | 0.49% | - |
| HSV(B) | 317.72º | 0.87% | 0.87% | - |
| XYZ | 36.93 | 18.88 | 36.82 | - |
| YUV | 101.21 | 163.44 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 164 | 0 | 0.87 | 0.26 | 0.13 | 317.72 | 0.78 | 0.49 |
| Hex | DD | 1C | A4 | 0 | 57 | 1A | D | 13E | 4E | 31 |
| Octal | 335 | 34 | 244 | 0 | 127 | 32 | 15 | 476 | 116 | 61 |
| Binary | 11011101 | 11100 | 10100100 | 0 | 1010111 | 11010 | 1101 | 100111110 | 1001110 | 110001 |
Color Harmonies of #DD1CA4
Complementary color
Monochromatic Colors of #DD1CA4
Black with #DD1CA4
Text Example
Text Example
White with #DD1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CA4; }
p { color: rgb(221,28,164); }
H1.HeaderClassName
{
color: #DD1CA4;
}
.AnyTagClassName
{
color: #DD1CA4;
}
</style>
background-color css
<style>
a { background-color: #DD1CA4; }
a { background-color: rgb(221,28,164); }
div.DivClassName
{
background-color: #DD1CA4;
}
.BgClassName
{
background-color: #DD1CA4;
}
</style>
border-color css
<style>
span { border-color: #DD1CA4; }
span { border-color: rgb(221,28,164); }
td.TdClassName
{
border-color: #DD1CA4;
}
.TagClassName
{
border-color: #DD1CA4;
}
</style>