Shades of Spicy Pink #D829B4
Tints of Spicy Pink #D829B4
RGB
CMYK
RGB Variations
Color information
#D829B4 (or 0xD829B4) is known color: Spicy Pink. HEX triplet: D8, 29 and B4. RGB value is (216,41,180). Sum of RGB (Red+Green+Blue) = 216+41+180=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D829B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829B4 is #27D64B. Grayscale: #6C6C6C. Windows color (decimal): -2610764 or 11807192. OLE color: 11807192.
HSL color Cylindrical-coordinate representation of color #D829B4: hue angle of 312.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829B4 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 180 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.15 |
| HSL | 312.34º | 0.69% | 0.5% | - |
| HSV(B) | 312.34º | 0.81% | 0.85% | - |
| XYZ | 37.35 | 19.48 | 44.97 | - |
| YUV | 109.17 | 167.98 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 180 | 0 | 0.81 | 0.17 | 0.15 | 312.34 | 0.69 | 0.5 |
| Hex | D8 | 29 | B4 | 0 | 51 | 11 | F | 138 | 45 | 32 |
| Octal | 330 | 51 | 264 | 0 | 121 | 21 | 17 | 470 | 105 | 62 |
| Binary | 11011000 | 101001 | 10110100 | 0 | 1010001 | 10001 | 1111 | 100111000 | 1000101 | 110010 |
Color Harmonies of #D829B4
Complementary color
Monochromatic Colors of #D829B4
Black with #D829B4
Text Example
Text Example
White with #D829B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D829B4; }
p { color: rgb(216,41,180); }
H1.HeaderClassName
{
color: #D829B4;
}
.AnyTagClassName
{
color: #D829B4;
}
</style>
background-color css
<style>
a { background-color: #D829B4; }
a { background-color: rgb(216,41,180); }
div.DivClassName
{
background-color: #D829B4;
}
.BgClassName
{
background-color: #D829B4;
}
</style>
border-color css
<style>
span { border-color: #D829B4; }
span { border-color: rgb(216,41,180); }
td.TdClassName
{
border-color: #D829B4;
}
.TagClassName
{
border-color: #D829B4;
}
</style>