Shades of Spicy Pink #D428AE
Tints of Spicy Pink #D428AE
RGB
CMYK
RGB Variations
Color information
#D428AE (or 0xD428AE) is known color: Spicy Pink. HEX triplet: D4, 28 and AE. RGB value is (212,40,174). Sum of RGB (Red+Green+Blue) = 212+40+174=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D428AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D428AE is #2BD751. Grayscale: #6A6A6A. Windows color (decimal): -2873170 or 11413716. OLE color: 11413716.
HSL color Cylindrical-coordinate representation of color #D428AE: hue angle of 313.26º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D428AE is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 174 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.17 |
| HSL | 313.26º | 0.68% | 0.49% | - |
| HSV(B) | 313.26º | 0.81% | 0.83% | - |
| XYZ | 35.55 | 18.57 | 41.76 | - |
| YUV | 106.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 174 | 0 | 0.81 | 0.18 | 0.17 | 313.26 | 0.68 | 0.49 |
| Hex | D4 | 28 | AE | 0 | 51 | 12 | 11 | 139 | 44 | 31 |
| Octal | 324 | 50 | 256 | 0 | 121 | 22 | 21 | 471 | 104 | 61 |
| Binary | 11010100 | 101000 | 10101110 | 0 | 1010001 | 10010 | 10001 | 100111001 | 1000100 | 110001 |
Color Harmonies of #D428AE
Complementary color
Monochromatic Colors of #D428AE
Black with #D428AE
Text Example
Text Example
White with #D428AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428AE; }
p { color: rgb(212,40,174); }
H1.HeaderClassName
{
color: #D428AE;
}
.AnyTagClassName
{
color: #D428AE;
}
</style>
background-color css
<style>
a { background-color: #D428AE; }
a { background-color: rgb(212,40,174); }
div.DivClassName
{
background-color: #D428AE;
}
.BgClassName
{
background-color: #D428AE;
}
</style>
border-color css
<style>
span { border-color: #D428AE; }
span { border-color: rgb(212,40,174); }
td.TdClassName
{
border-color: #D428AE;
}
.TagClassName
{
border-color: #D428AE;
}
</style>