Shades of Spicy Pink #D328B2
Tints of Spicy Pink #D328B2
RGB
CMYK
RGB Variations
Color information
#D328B2 (or 0xD328B2) is known color: Spicy Pink. HEX triplet: D3, 28 and B2. RGB value is (211,40,178). Sum of RGB (Red+Green+Blue) = 211+40+178=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D328B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D328B2 is #2CD74D. Grayscale: #6A6A6A. Windows color (decimal): -2938702 or 11675859. OLE color: 11675859.
HSL color Cylindrical-coordinate representation of color #D328B2: hue angle of 311.58º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D328B2 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 178 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.17 |
| HSL | 311.58º | 0.68% | 0.49% | - |
| HSV(B) | 311.58º | 0.81% | 0.83% | - |
| XYZ | 35.66 | 18.58 | 43.83 | - |
| YUV | 106.86 | 168.15 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 178 | 0 | 0.81 | 0.16 | 0.17 | 311.58 | 0.68 | 0.49 |
| Hex | D3 | 28 | B2 | 0 | 51 | 10 | 11 | 138 | 44 | 31 |
| Octal | 323 | 50 | 262 | 0 | 121 | 20 | 21 | 470 | 104 | 61 |
| Binary | 11010011 | 101000 | 10110010 | 0 | 1010001 | 10000 | 10001 | 100111000 | 1000100 | 110001 |
Color Harmonies of #D328B2
Complementary color
Monochromatic Colors of #D328B2
Black with #D328B2
Text Example
Text Example
White with #D328B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328B2; }
p { color: rgb(211,40,178); }
H1.HeaderClassName
{
color: #D328B2;
}
.AnyTagClassName
{
color: #D328B2;
}
</style>
background-color css
<style>
a { background-color: #D328B2; }
a { background-color: rgb(211,40,178); }
div.DivClassName
{
background-color: #D328B2;
}
.BgClassName
{
background-color: #D328B2;
}
</style>
border-color css
<style>
span { border-color: #D328B2; }
span { border-color: rgb(211,40,178); }
td.TdClassName
{
border-color: #D328B2;
}
.TagClassName
{
border-color: #D328B2;
}
</style>