Shades of Spicy Pink #D625AB
Tints of Spicy Pink #D625AB
RGB
CMYK
RGB Variations
Color information
#D625AB (or 0xD625AB) is known color: Spicy Pink. HEX triplet: D6, 25 and AB. RGB value is (214,37,171). Sum of RGB (Red+Green+Blue) = 214+37+171=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D625AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D625AB is #29DA54. Grayscale: #686868. Windows color (decimal): -2742869 or 11216342. OLE color: 11216342.
HSL color Cylindrical-coordinate representation of color #D625AB: hue angle of 314.58º 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 #D625AB is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 171 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.16 |
| HSL | 314.58º | 0.71% | 0.49% | - |
| HSV(B) | 314.58º | 0.83% | 0.84% | - |
| XYZ | 35.74 | 18.56 | 40.23 | - |
| YUV | 105.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 171 | 0 | 0.83 | 0.20 | 0.16 | 314.58 | 0.71 | 0.49 |
| Hex | D6 | 25 | AB | 0 | 53 | 14 | 10 | 13B | 47 | 31 |
| Octal | 326 | 45 | 253 | 0 | 123 | 24 | 20 | 473 | 107 | 61 |
| Binary | 11010110 | 100101 | 10101011 | 0 | 1010011 | 10100 | 10000 | 100111011 | 1000111 | 110001 |
Color Harmonies of #D625AB
Complementary color
Monochromatic Colors of #D625AB
Black with #D625AB
Text Example
Text Example
White with #D625AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D625AB; }
p { color: rgb(214,37,171); }
H1.HeaderClassName
{
color: #D625AB;
}
.AnyTagClassName
{
color: #D625AB;
}
</style>
background-color css
<style>
a { background-color: #D625AB; }
a { background-color: rgb(214,37,171); }
div.DivClassName
{
background-color: #D625AB;
}
.BgClassName
{
background-color: #D625AB;
}
</style>
border-color css
<style>
span { border-color: #D625AB; }
span { border-color: rgb(214,37,171); }
td.TdClassName
{
border-color: #D625AB;
}
.TagClassName
{
border-color: #D625AB;
}
</style>