Shades of Spicy Pink #D624AF
Tints of Spicy Pink #D624AF
RGB
CMYK
RGB Variations
Color information
#D624AF (or 0xD624AF) is known color: Spicy Pink. HEX triplet: D6, 24 and AF. RGB value is (214,36,175). Sum of RGB (Red+Green+Blue) = 214+36+175=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D624AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624AF is #29DB50. Grayscale: #686868. Windows color (decimal): -2743121 or 11478230. OLE color: 11478230.
HSL color Cylindrical-coordinate representation of color #D624AF: hue angle of 313.15º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D624AF is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 175 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.16 |
| HSL | 313.15º | 0.71% | 0.49% | - |
| HSV(B) | 313.15º | 0.83% | 0.84% | - |
| XYZ | 36.1 | 18.65 | 42.26 | - |
| YUV | 105.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 175 | 0 | 0.83 | 0.18 | 0.16 | 313.15 | 0.71 | 0.49 |
| Hex | D6 | 24 | AF | 0 | 53 | 12 | 10 | 139 | 47 | 31 |
| Octal | 326 | 44 | 257 | 0 | 123 | 22 | 20 | 471 | 107 | 61 |
| Binary | 11010110 | 100100 | 10101111 | 0 | 1010011 | 10010 | 10000 | 100111001 | 1000111 | 110001 |
Color Harmonies of #D624AF
Complementary color
Monochromatic Colors of #D624AF
Black with #D624AF
Text Example
Text Example
White with #D624AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624AF; }
p { color: rgb(214,36,175); }
H1.HeaderClassName
{
color: #D624AF;
}
.AnyTagClassName
{
color: #D624AF;
}
</style>
background-color css
<style>
a { background-color: #D624AF; }
a { background-color: rgb(214,36,175); }
div.DivClassName
{
background-color: #D624AF;
}
.BgClassName
{
background-color: #D624AF;
}
</style>
border-color css
<style>
span { border-color: #D624AF; }
span { border-color: rgb(214,36,175); }
td.TdClassName
{
border-color: #D624AF;
}
.TagClassName
{
border-color: #D624AF;
}
</style>