Shades of Spicy Pink #D827AB
Tints of Spicy Pink #D827AB
RGB
CMYK
RGB Variations
Color information
#D827AB (or 0xD827AB) is known color: Spicy Pink. HEX triplet: D8, 27 and AB. RGB value is (216,39,171). Sum of RGB (Red+Green+Blue) = 216+39+171=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D827AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D827AB is #27D854. Grayscale: #6A6A6A. Windows color (decimal): -2611285 or 11216856. OLE color: 11216856.
HSL color Cylindrical-coordinate representation of color #D827AB: hue angle of 315.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D827AB is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 171 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.15 |
| HSL | 315.25º | 0.69% | 0.5% | - |
| HSV(B) | 315.25º | 0.82% | 0.85% | - |
| XYZ | 36.4 | 18.99 | 40.28 | - |
| YUV | 106.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 171 | 0 | 0.82 | 0.21 | 0.15 | 315.25 | 0.69 | 0.5 |
| Hex | D8 | 27 | AB | 0 | 52 | 15 | F | 13B | 45 | 32 |
| Octal | 330 | 47 | 253 | 0 | 122 | 25 | 17 | 473 | 105 | 62 |
| Binary | 11011000 | 100111 | 10101011 | 0 | 1010010 | 10101 | 1111 | 100111011 | 1000101 | 110010 |
Color Harmonies of #D827AB
Complementary color
Monochromatic Colors of #D827AB
Black with #D827AB
Text Example
Text Example
White with #D827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D827AB; }
p { color: rgb(216,39,171); }
H1.HeaderClassName
{
color: #D827AB;
}
.AnyTagClassName
{
color: #D827AB;
}
</style>
background-color css
<style>
a { background-color: #D827AB; }
a { background-color: rgb(216,39,171); }
div.DivClassName
{
background-color: #D827AB;
}
.BgClassName
{
background-color: #D827AB;
}
</style>
border-color css
<style>
span { border-color: #D827AB; }
span { border-color: rgb(216,39,171); }
td.TdClassName
{
border-color: #D827AB;
}
.TagClassName
{
border-color: #D827AB;
}
</style>