Shades of Spicy Pink #D727AB
Tints of Spicy Pink #D727AB
RGB
CMYK
RGB Variations
Color information
#D727AB (or 0xD727AB) is known color: Spicy Pink. HEX triplet: D7, 27 and AB. RGB value is (215,39,171). Sum of RGB (Red+Green+Blue) = 215+39+171=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D727AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D727AB is #28D854. Grayscale: #6A6A6A. Windows color (decimal): -2676821 or 11216855. OLE color: 11216855.
HSL color Cylindrical-coordinate representation of color #D727AB: hue angle of 315º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727AB is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 171 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.16 |
| HSL | 315º | 0.69% | 0.5% | - |
| HSV(B) | 315º | 0.82% | 0.84% | - |
| XYZ | 36.1 | 18.84 | 40.26 | - |
| YUV | 106.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 171 | 0 | 0.82 | 0.20 | 0.16 | 315 | 0.69 | 0.5 |
| Hex | D7 | 27 | AB | 0 | 52 | 14 | 10 | 13B | 45 | 32 |
| Octal | 327 | 47 | 253 | 0 | 122 | 24 | 20 | 473 | 105 | 62 |
| Binary | 11010111 | 100111 | 10101011 | 0 | 1010010 | 10100 | 10000 | 100111011 | 1000101 | 110010 |
Color Harmonies of #D727AB
Complementary color
Monochromatic Colors of #D727AB
Black with #D727AB
Text Example
Text Example
White with #D727AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727AB; }
p { color: rgb(215,39,171); }
H1.HeaderClassName
{
color: #D727AB;
}
.AnyTagClassName
{
color: #D727AB;
}
</style>
background-color css
<style>
a { background-color: #D727AB; }
a { background-color: rgb(215,39,171); }
div.DivClassName
{
background-color: #D727AB;
}
.BgClassName
{
background-color: #D727AB;
}
</style>
border-color css
<style>
span { border-color: #D727AB; }
span { border-color: rgb(215,39,171); }
td.TdClassName
{
border-color: #D727AB;
}
.TagClassName
{
border-color: #D727AB;
}
</style>