Shades of Spicy Pink #D423AF
Tints of Spicy Pink #D423AF
RGB
CMYK
RGB Variations
Color information
#D423AF (or 0xD423AF) is known color: Spicy Pink. HEX triplet: D4, 23 and AF. RGB value is (212,35,175). Sum of RGB (Red+Green+Blue) = 212+35+175=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D423AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D423AF is #2BDC50. Grayscale: #676767. Windows color (decimal): -2874449 or 11477972. OLE color: 11477972.
HSL color Cylindrical-coordinate representation of color #D423AF: hue angle of 312.54º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D423AF is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 175 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.17 |
| HSL | 312.54º | 0.72% | 0.48% | - |
| HSV(B) | 312.54º | 0.83% | 0.83% | - |
| XYZ | 35.49 | 18.29 | 42.22 | - |
| YUV | 103.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 175 | 0 | 0.83 | 0.17 | 0.17 | 312.54 | 0.72 | 0.48 |
| Hex | D4 | 23 | AF | 0 | 53 | 11 | 11 | 139 | 48 | 30 |
| Octal | 324 | 43 | 257 | 0 | 123 | 21 | 21 | 471 | 110 | 60 |
| Binary | 11010100 | 100011 | 10101111 | 0 | 1010011 | 10001 | 10001 | 100111001 | 1001000 | 110000 |
Color Harmonies of #D423AF
Complementary color
Monochromatic Colors of #D423AF
Black with #D423AF
Text Example
Text Example
White with #D423AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423AF; }
p { color: rgb(212,35,175); }
H1.HeaderClassName
{
color: #D423AF;
}
.AnyTagClassName
{
color: #D423AF;
}
</style>
background-color css
<style>
a { background-color: #D423AF; }
a { background-color: rgb(212,35,175); }
div.DivClassName
{
background-color: #D423AF;
}
.BgClassName
{
background-color: #D423AF;
}
</style>
border-color css
<style>
span { border-color: #D423AF; }
span { border-color: rgb(212,35,175); }
td.TdClassName
{
border-color: #D423AF;
}
.TagClassName
{
border-color: #D423AF;
}
</style>