Shades of Spicy Pink #D61DB1
Tints of Spicy Pink #D61DB1
RGB
CMYK
RGB Variations
Color information
#D61DB1 (or 0xD61DB1) is known color: Spicy Pink. HEX triplet: D6, 1D and B1. RGB value is (214,29,177). Sum of RGB (Red+Green+Blue) = 214+29+177=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DB1 is #29E24E. Grayscale: #646464. Windows color (decimal): -2744911 or 11607510. OLE color: 11607510.
HSL color Cylindrical-coordinate representation of color #D61DB1: hue angle of 312º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61DB1 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 177 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.16 |
| HSL | 312º | 0.76% | 0.48% | - |
| HSV(B) | 312º | 0.86% | 0.84% | - |
| XYZ | 36.11 | 18.35 | 43.23 | - |
| YUV | 101.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 177 | 0 | 0.86 | 0.17 | 0.16 | 312 | 0.76 | 0.48 |
| Hex | D6 | 1D | B1 | 0 | 56 | 11 | 10 | 138 | 4C | 30 |
| Octal | 326 | 35 | 261 | 0 | 126 | 21 | 20 | 470 | 114 | 60 |
| Binary | 11010110 | 11101 | 10110001 | 0 | 1010110 | 10001 | 10000 | 100111000 | 1001100 | 110000 |
Color Harmonies of #D61DB1
Complementary color
Monochromatic Colors of #D61DB1
Black with #D61DB1
Text Example
Text Example
White with #D61DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DB1; }
p { color: rgb(214,29,177); }
H1.HeaderClassName
{
color: #D61DB1;
}
.AnyTagClassName
{
color: #D61DB1;
}
</style>
background-color css
<style>
a { background-color: #D61DB1; }
a { background-color: rgb(214,29,177); }
div.DivClassName
{
background-color: #D61DB1;
}
.BgClassName
{
background-color: #D61DB1;
}
</style>
border-color css
<style>
span { border-color: #D61DB1; }
span { border-color: rgb(214,29,177); }
td.TdClassName
{
border-color: #D61DB1;
}
.TagClassName
{
border-color: #D61DB1;
}
</style>