Shades of Spicy Pink #DD23B4
Tints of Spicy Pink #DD23B4
RGB
CMYK
RGB Variations
Color information
#DD23B4 (or 0xDD23B4) is known color: Spicy Pink. HEX triplet: DD, 23 and B4. RGB value is (221,35,180). Sum of RGB (Red+Green+Blue) = 221+35+180=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23B4 is #22DC4B. Grayscale: #6A6A6A. Windows color (decimal): -2284620 or 11805661. OLE color: 11805661.
HSL color Cylindrical-coordinate representation of color #DD23B4: hue angle of 313.23º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD23B4 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 180 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.13 |
| HSL | 313.23º | 0.73% | 0.5% | - |
| HSV(B) | 313.23º | 0.84% | 0.87% | - |
| XYZ | 38.66 | 19.87 | 44.98 | - |
| YUV | 107.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 180 | 0 | 0.84 | 0.19 | 0.13 | 313.23 | 0.73 | 0.5 |
| Hex | DD | 23 | B4 | 0 | 54 | 13 | D | 139 | 49 | 32 |
| Octal | 335 | 43 | 264 | 0 | 124 | 23 | 15 | 471 | 111 | 62 |
| Binary | 11011101 | 100011 | 10110100 | 0 | 1010100 | 10011 | 1101 | 100111001 | 1001001 | 110010 |
Color Harmonies of #DD23B4
Complementary color
Monochromatic Colors of #DD23B4
Black with #DD23B4
Text Example
Text Example
White with #DD23B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23B4; }
p { color: rgb(221,35,180); }
H1.HeaderClassName
{
color: #DD23B4;
}
.AnyTagClassName
{
color: #DD23B4;
}
</style>
background-color css
<style>
a { background-color: #DD23B4; }
a { background-color: rgb(221,35,180); }
div.DivClassName
{
background-color: #DD23B4;
}
.BgClassName
{
background-color: #DD23B4;
}
</style>
border-color css
<style>
span { border-color: #DD23B4; }
span { border-color: rgb(221,35,180); }
td.TdClassName
{
border-color: #DD23B4;
}
.TagClassName
{
border-color: #DD23B4;
}
</style>