Shades of Spicy Pink #D329AF
Tints of Spicy Pink #D329AF
RGB
CMYK
RGB Variations
Color information
#D329AF (or 0xD329AF) is known color: Spicy Pink. HEX triplet: D3, 29 and AF. RGB value is (211,41,175). Sum of RGB (Red+Green+Blue) = 211+41+175=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D329AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D329AF is #2CD650. Grayscale: #6A6A6A. Windows color (decimal): -2938449 or 11479507. OLE color: 11479507.
HSL color Cylindrical-coordinate representation of color #D329AF: hue angle of 312.71º degrees, saturation: 0.67, 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 #D329AF is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 41 | 175 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.17 |
| HSL | 312.71º | 0.67% | 0.49% | - |
| HSV(B) | 312.71º | 0.81% | 0.83% | - |
| XYZ | 35.39 | 18.53 | 42.27 | - |
| YUV | 107.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 41 | 175 | 0 | 0.81 | 0.17 | 0.17 | 312.71 | 0.67 | 0.49 |
| Hex | D3 | 29 | AF | 0 | 51 | 11 | 11 | 139 | 43 | 31 |
| Octal | 323 | 51 | 257 | 0 | 121 | 21 | 21 | 471 | 103 | 61 |
| Binary | 11010011 | 101001 | 10101111 | 0 | 1010001 | 10001 | 10001 | 100111001 | 1000011 | 110001 |
Color Harmonies of #D329AF
Complementary color
Monochromatic Colors of #D329AF
Black with #D329AF
Text Example
Text Example
White with #D329AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D329AF; }
p { color: rgb(211,41,175); }
H1.HeaderClassName
{
color: #D329AF;
}
.AnyTagClassName
{
color: #D329AF;
}
</style>
background-color css
<style>
a { background-color: #D329AF; }
a { background-color: rgb(211,41,175); }
div.DivClassName
{
background-color: #D329AF;
}
.BgClassName
{
background-color: #D329AF;
}
</style>
border-color css
<style>
span { border-color: #D329AF; }
span { border-color: rgb(211,41,175); }
td.TdClassName
{
border-color: #D329AF;
}
.TagClassName
{
border-color: #D329AF;
}
</style>