Shades of Spicy Pink #D627AC
Tints of Spicy Pink #D627AC
RGB
CMYK
RGB Variations
Color information
#D627AC (or 0xD627AC) is known color: Spicy Pink. HEX triplet: D6, 27 and AC. RGB value is (214,39,172). Sum of RGB (Red+Green+Blue) = 214+39+172=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D627AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D627AC is #29D853. Grayscale: #6A6A6A. Windows color (decimal): -2742356 or 11282390. OLE color: 11282390.
HSL color Cylindrical-coordinate representation of color #D627AC: hue angle of 314.4º 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 #D627AC is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 172 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.16 |
| HSL | 314.4º | 0.69% | 0.5% | - |
| HSV(B) | 314.4º | 0.82% | 0.84% | - |
| XYZ | 35.9 | 18.73 | 40.75 | - |
| YUV | 106.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 172 | 0 | 0.82 | 0.20 | 0.16 | 314.4 | 0.69 | 0.5 |
| Hex | D6 | 27 | AC | 0 | 52 | 14 | 10 | 13A | 45 | 32 |
| Octal | 326 | 47 | 254 | 0 | 122 | 24 | 20 | 472 | 105 | 62 |
| Binary | 11010110 | 100111 | 10101100 | 0 | 1010010 | 10100 | 10000 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D627AC
Complementary color
Monochromatic Colors of #D627AC
Black with #D627AC
Text Example
Text Example
White with #D627AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627AC; }
p { color: rgb(214,39,172); }
H1.HeaderClassName
{
color: #D627AC;
}
.AnyTagClassName
{
color: #D627AC;
}
</style>
background-color css
<style>
a { background-color: #D627AC; }
a { background-color: rgb(214,39,172); }
div.DivClassName
{
background-color: #D627AC;
}
.BgClassName
{
background-color: #D627AC;
}
</style>
border-color css
<style>
span { border-color: #D627AC; }
span { border-color: rgb(214,39,172); }
td.TdClassName
{
border-color: #D627AC;
}
.TagClassName
{
border-color: #D627AC;
}
</style>