Shades of Spicy Pink #D623AC
Tints of Spicy Pink #D623AC
RGB
CMYK
RGB Variations
Color information
#D623AC (or 0xD623AC) is known color: Spicy Pink. HEX triplet: D6, 23 and AC. RGB value is (214,35,172). Sum of RGB (Red+Green+Blue) = 214+35+172=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 35 (14.06% from 255 or 8.31% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D623AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D623AC is #29DC53. Grayscale: #676767. Windows color (decimal): -2743380 or 11281366. OLE color: 11281366.
HSL color Cylindrical-coordinate representation of color #D623AC: hue angle of 314.08º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623AC is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 172 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.16 |
| HSL | 314.08º | 0.72% | 0.49% | - |
| HSV(B) | 314.08º | 0.84% | 0.84% | - |
| XYZ | 35.78 | 18.48 | 40.71 | - |
| YUV | 104.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 172 | 0 | 0.84 | 0.20 | 0.16 | 314.08 | 0.72 | 0.49 |
| Hex | D6 | 23 | AC | 0 | 54 | 14 | 10 | 13A | 48 | 31 |
| Octal | 326 | 43 | 254 | 0 | 124 | 24 | 20 | 472 | 110 | 61 |
| Binary | 11010110 | 100011 | 10101100 | 0 | 1010100 | 10100 | 10000 | 100111010 | 1001000 | 110001 |
Color Harmonies of #D623AC
Complementary color
Monochromatic Colors of #D623AC
Black with #D623AC
Text Example
Text Example
White with #D623AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623AC; }
p { color: rgb(214,35,172); }
H1.HeaderClassName
{
color: #D623AC;
}
.AnyTagClassName
{
color: #D623AC;
}
</style>
background-color css
<style>
a { background-color: #D623AC; }
a { background-color: rgb(214,35,172); }
div.DivClassName
{
background-color: #D623AC;
}
.BgClassName
{
background-color: #D623AC;
}
</style>
border-color css
<style>
span { border-color: #D623AC; }
span { border-color: rgb(214,35,172); }
td.TdClassName
{
border-color: #D623AC;
}
.TagClassName
{
border-color: #D623AC;
}
</style>