Shades of Spicy Pink #DD23B7
Tints of Spicy Pink #DD23B7
RGB
CMYK
RGB Variations
Color information
#DD23B7 (or 0xDD23B7) is known color: Spicy Pink. HEX triplet: DD, 23 and B7. RGB value is (221,35,183). Sum of RGB (Red+Green+Blue) = 221+35+183=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD23B7 is #22DC48. Grayscale: #6B6B6B. Windows color (decimal): -2284617 or 12002269. OLE color: 12002269.
HSL color Cylindrical-coordinate representation of color #DD23B7: hue angle of 312.26º 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 #DD23B7 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 183 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.13 |
| HSL | 312.26º | 0.73% | 0.5% | - |
| HSV(B) | 312.26º | 0.84% | 0.87% | - |
| XYZ | 38.97 | 19.99 | 46.61 | - |
| YUV | 107.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 183 | 0 | 0.84 | 0.17 | 0.13 | 312.26 | 0.73 | 0.5 |
| Hex | DD | 23 | B7 | 0 | 54 | 11 | D | 138 | 49 | 32 |
| Octal | 335 | 43 | 267 | 0 | 124 | 21 | 15 | 470 | 111 | 62 |
| Binary | 11011101 | 100011 | 10110111 | 0 | 1010100 | 10001 | 1101 | 100111000 | 1001001 | 110010 |
Color Harmonies of #DD23B7
Complementary color
Monochromatic Colors of #DD23B7
Black with #DD23B7
Text Example
Text Example
White with #DD23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD23B7; }
p { color: rgb(221,35,183); }
H1.HeaderClassName
{
color: #DD23B7;
}
.AnyTagClassName
{
color: #DD23B7;
}
</style>
background-color css
<style>
a { background-color: #DD23B7; }
a { background-color: rgb(221,35,183); }
div.DivClassName
{
background-color: #DD23B7;
}
.BgClassName
{
background-color: #DD23B7;
}
</style>
border-color css
<style>
span { border-color: #DD23B7; }
span { border-color: rgb(221,35,183); }
td.TdClassName
{
border-color: #DD23B7;
}
.TagClassName
{
border-color: #DD23B7;
}
</style>