Shades of Spicy Pink #D425AC
Tints of Spicy Pink #D425AC
RGB
CMYK
RGB Variations
Color information
#D425AC (or 0xD425AC) is known color: Spicy Pink. HEX triplet: D4, 25 and AC. RGB value is (212,37,172). Sum of RGB (Red+Green+Blue) = 212+37+172=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D425AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D425AC is #2BDA53. Grayscale: #686868. Windows color (decimal): -2873940 or 11281876. OLE color: 11281876.
HSL color Cylindrical-coordinate representation of color #D425AC: hue angle of 313.71º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425AC is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 172 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.17 |
| HSL | 313.71º | 0.7% | 0.49% | - |
| HSV(B) | 313.71º | 0.83% | 0.83% | - |
| XYZ | 35.26 | 18.3 | 40.7 | - |
| YUV | 104.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 172 | 0 | 0.83 | 0.19 | 0.17 | 313.71 | 0.7 | 0.49 |
| Hex | D4 | 25 | AC | 0 | 53 | 13 | 11 | 13A | 46 | 31 |
| Octal | 324 | 45 | 254 | 0 | 123 | 23 | 21 | 472 | 106 | 61 |
| Binary | 11010100 | 100101 | 10101100 | 0 | 1010011 | 10011 | 10001 | 100111010 | 1000110 | 110001 |
Color Harmonies of #D425AC
Complementary color
Monochromatic Colors of #D425AC
Black with #D425AC
Text Example
Text Example
White with #D425AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425AC; }
p { color: rgb(212,37,172); }
H1.HeaderClassName
{
color: #D425AC;
}
.AnyTagClassName
{
color: #D425AC;
}
</style>
background-color css
<style>
a { background-color: #D425AC; }
a { background-color: rgb(212,37,172); }
div.DivClassName
{
background-color: #D425AC;
}
.BgClassName
{
background-color: #D425AC;
}
</style>
border-color css
<style>
span { border-color: #D425AC; }
span { border-color: rgb(212,37,172); }
td.TdClassName
{
border-color: #D425AC;
}
.TagClassName
{
border-color: #D425AC;
}
</style>