Shades of Spicy Pink #D727AD
Tints of Spicy Pink #D727AD
RGB
CMYK
RGB Variations
Color information
#D727AD (or 0xD727AD) is known color: Spicy Pink. HEX triplet: D7, 27 and AD. RGB value is (215,39,173). Sum of RGB (Red+Green+Blue) = 215+39+173=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D727AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D727AD is #28D852. Grayscale: #6A6A6A. Windows color (decimal): -2676819 or 11347927. OLE color: 11347927.
HSL color Cylindrical-coordinate representation of color #D727AD: hue angle of 314.32º 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 #D727AD is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 173 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.16 |
| HSL | 314.32º | 0.69% | 0.5% | - |
| HSV(B) | 314.32º | 0.82% | 0.84% | - |
| XYZ | 36.29 | 18.92 | 41.27 | - |
| YUV | 106.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 173 | 0 | 0.82 | 0.20 | 0.16 | 314.32 | 0.69 | 0.5 |
| Hex | D7 | 27 | AD | 0 | 52 | 14 | 10 | 13A | 45 | 32 |
| Octal | 327 | 47 | 255 | 0 | 122 | 24 | 20 | 472 | 105 | 62 |
| Binary | 11010111 | 100111 | 10101101 | 0 | 1010010 | 10100 | 10000 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D727AD
Complementary color
Monochromatic Colors of #D727AD
Black with #D727AD
Text Example
Text Example
White with #D727AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727AD; }
p { color: rgb(215,39,173); }
H1.HeaderClassName
{
color: #D727AD;
}
.AnyTagClassName
{
color: #D727AD;
}
</style>
background-color css
<style>
a { background-color: #D727AD; }
a { background-color: rgb(215,39,173); }
div.DivClassName
{
background-color: #D727AD;
}
.BgClassName
{
background-color: #D727AD;
}
</style>
border-color css
<style>
span { border-color: #D727AD; }
span { border-color: rgb(215,39,173); }
td.TdClassName
{
border-color: #D727AD;
}
.TagClassName
{
border-color: #D727AD;
}
</style>