Shades of Spicy Pink #D429B7
Tints of Spicy Pink #D429B7
RGB
CMYK
RGB Variations
Color information
#D429B7 (or 0xD429B7) is known color: Spicy Pink. HEX triplet: D4, 29 and B7. RGB value is (212,41,183). Sum of RGB (Red+Green+Blue) = 212+41+183=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D429B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429B7 is #2BD648. Grayscale: #6B6B6B. Windows color (decimal): -2872905 or 12003796. OLE color: 12003796.
HSL color Cylindrical-coordinate representation of color #D429B7: hue angle of 310.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D429B7 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 183 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.17 |
| HSL | 310.18º | 0.68% | 0.5% | - |
| HSV(B) | 310.18º | 0.81% | 0.83% | - |
| XYZ | 36.49 | 19 | 46.54 | - |
| YUV | 108.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 183 | 0 | 0.81 | 0.14 | 0.17 | 310.18 | 0.68 | 0.5 |
| Hex | D4 | 29 | B7 | 0 | 51 | E | 11 | 136 | 44 | 32 |
| Octal | 324 | 51 | 267 | 0 | 121 | 16 | 21 | 466 | 104 | 62 |
| Binary | 11010100 | 101001 | 10110111 | 0 | 1010001 | 1110 | 10001 | 100110110 | 1000100 | 110010 |
Color Harmonies of #D429B7
Complementary color
Monochromatic Colors of #D429B7
Black with #D429B7
Text Example
Text Example
White with #D429B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429B7; }
p { color: rgb(212,41,183); }
H1.HeaderClassName
{
color: #D429B7;
}
.AnyTagClassName
{
color: #D429B7;
}
</style>
background-color css
<style>
a { background-color: #D429B7; }
a { background-color: rgb(212,41,183); }
div.DivClassName
{
background-color: #D429B7;
}
.BgClassName
{
background-color: #D429B7;
}
</style>
border-color css
<style>
span { border-color: #D429B7; }
span { border-color: rgb(212,41,183); }
td.TdClassName
{
border-color: #D429B7;
}
.TagClassName
{
border-color: #D429B7;
}
</style>