Shades of Spicy Pink #D129B2
Tints of Spicy Pink #D129B2
RGB
CMYK
RGB Variations
Color information
#D129B2 (or 0xD129B2) is known color: Spicy Pink. HEX triplet: D1, 29 and B2. RGB value is (209,41,178). Sum of RGB (Red+Green+Blue) = 209+41+178=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D129B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D129B2 is #2ED64D. Grayscale: #6A6A6A. Windows color (decimal): -3069518 or 11676113. OLE color: 11676113.
HSL color Cylindrical-coordinate representation of color #D129B2: hue angle of 311.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D129B2 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 178 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.18 |
| HSL | 311.07º | 0.67% | 0.49% | - |
| HSV(B) | 311.07º | 0.8% | 0.82% | - |
| XYZ | 35.12 | 18.36 | 43.81 | - |
| YUV | 106.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 178 | 0 | 0.80 | 0.15 | 0.18 | 311.07 | 0.67 | 0.49 |
| Hex | D1 | 29 | B2 | 0 | 50 | F | 12 | 137 | 43 | 31 |
| Octal | 321 | 51 | 262 | 0 | 120 | 17 | 22 | 467 | 103 | 61 |
| Binary | 11010001 | 101001 | 10110010 | 0 | 1010000 | 1111 | 10010 | 100110111 | 1000011 | 110001 |
Color Harmonies of #D129B2
Complementary color
Monochromatic Colors of #D129B2
Black with #D129B2
Text Example
Text Example
White with #D129B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D129B2; }
p { color: rgb(209,41,178); }
H1.HeaderClassName
{
color: #D129B2;
}
.AnyTagClassName
{
color: #D129B2;
}
</style>
background-color css
<style>
a { background-color: #D129B2; }
a { background-color: rgb(209,41,178); }
div.DivClassName
{
background-color: #D129B2;
}
.BgClassName
{
background-color: #D129B2;
}
</style>
border-color css
<style>
span { border-color: #D129B2; }
span { border-color: rgb(209,41,178); }
td.TdClassName
{
border-color: #D129B2;
}
.TagClassName
{
border-color: #D129B2;
}
</style>