Shades of Spicy Pink #D722B2
Tints of Spicy Pink #D722B2
RGB
CMYK
RGB Variations
Color information
#D722B2 (or 0xD722B2) is known color: Spicy Pink. HEX triplet: D7, 22 and B2. RGB value is (215,34,178). Sum of RGB (Red+Green+Blue) = 215+34+178=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D722B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D722B2 is #28DD4D. Grayscale: #686868. Windows color (decimal): -2678094 or 11674327. OLE color: 11674327.
HSL color Cylindrical-coordinate representation of color #D722B2: hue angle of 312.27º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D722B2 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 178 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.16 |
| HSL | 312.27º | 0.73% | 0.49% | - |
| HSV(B) | 312.27º | 0.84% | 0.84% | - |
| XYZ | 36.63 | 18.81 | 43.82 | - |
| YUV | 104.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 178 | 0 | 0.84 | 0.17 | 0.16 | 312.27 | 0.73 | 0.49 |
| Hex | D7 | 22 | B2 | 0 | 54 | 11 | 10 | 138 | 49 | 31 |
| Octal | 327 | 42 | 262 | 0 | 124 | 21 | 20 | 470 | 111 | 61 |
| Binary | 11010111 | 100010 | 10110010 | 0 | 1010100 | 10001 | 10000 | 100111000 | 1001001 | 110001 |
Color Harmonies of #D722B2
Complementary color
Monochromatic Colors of #D722B2
Black with #D722B2
Text Example
Text Example
White with #D722B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D722B2; }
p { color: rgb(215,34,178); }
H1.HeaderClassName
{
color: #D722B2;
}
.AnyTagClassName
{
color: #D722B2;
}
</style>
background-color css
<style>
a { background-color: #D722B2; }
a { background-color: rgb(215,34,178); }
div.DivClassName
{
background-color: #D722B2;
}
.BgClassName
{
background-color: #D722B2;
}
</style>
border-color css
<style>
span { border-color: #D722B2; }
span { border-color: rgb(215,34,178); }
td.TdClassName
{
border-color: #D722B2;
}
.TagClassName
{
border-color: #D722B2;
}
</style>