Shades of Spicy Pink #D527AC
Tints of Spicy Pink #D527AC
RGB
CMYK
RGB Variations
Color information
#D527AC (or 0xD527AC) is known color: Spicy Pink. HEX triplet: D5, 27 and AC. RGB value is (213,39,172). Sum of RGB (Red+Green+Blue) = 213+39+172=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D527AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D527AC is #2AD853. Grayscale: #696969. Windows color (decimal): -2807892 or 11282389. OLE color: 11282389.
HSL color Cylindrical-coordinate representation of color #D527AC: hue angle of 314.14º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D527AC is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 172 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.16 |
| HSL | 314.14º | 0.69% | 0.49% | - |
| HSV(B) | 314.14º | 0.82% | 0.84% | - |
| XYZ | 35.61 | 18.58 | 40.74 | - |
| YUV | 106.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 172 | 0 | 0.82 | 0.19 | 0.16 | 314.14 | 0.69 | 0.49 |
| Hex | D5 | 27 | AC | 0 | 52 | 13 | 10 | 13A | 45 | 31 |
| Octal | 325 | 47 | 254 | 0 | 122 | 23 | 20 | 472 | 105 | 61 |
| Binary | 11010101 | 100111 | 10101100 | 0 | 1010010 | 10011 | 10000 | 100111010 | 1000101 | 110001 |
Color Harmonies of #D527AC
Complementary color
Monochromatic Colors of #D527AC
Black with #D527AC
Text Example
Text Example
White with #D527AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D527AC; }
p { color: rgb(213,39,172); }
H1.HeaderClassName
{
color: #D527AC;
}
.AnyTagClassName
{
color: #D527AC;
}
</style>
background-color css
<style>
a { background-color: #D527AC; }
a { background-color: rgb(213,39,172); }
div.DivClassName
{
background-color: #D527AC;
}
.BgClassName
{
background-color: #D527AC;
}
</style>
border-color css
<style>
span { border-color: #D527AC; }
span { border-color: rgb(213,39,172); }
td.TdClassName
{
border-color: #D527AC;
}
.TagClassName
{
border-color: #D527AC;
}
</style>