Shades of Spicy Pink #D61DAE
Tints of Spicy Pink #D61DAE
RGB
CMYK
RGB Variations
Color information
#D61DAE (or 0xD61DAE) is known color: Spicy Pink. HEX triplet: D6, 1D and AE. RGB value is (214,29,174). Sum of RGB (Red+Green+Blue) = 214+29+174=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DAE is #29E251. Grayscale: #646464. Windows color (decimal): -2744914 or 11410902. OLE color: 11410902.
HSL color Cylindrical-coordinate representation of color #D61DAE: hue angle of 312.97º 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 #D61DAE is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 174 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.16 |
| HSL | 312.97º | 0.76% | 0.48% | - |
| HSV(B) | 312.97º | 0.86% | 0.84% | - |
| XYZ | 35.81 | 18.23 | 41.68 | - |
| YUV | 100.85 | 169.29 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 174 | 0 | 0.86 | 0.19 | 0.16 | 312.97 | 0.76 | 0.48 |
| Hex | D6 | 1D | AE | 0 | 56 | 13 | 10 | 139 | 4C | 30 |
| Octal | 326 | 35 | 256 | 0 | 126 | 23 | 20 | 471 | 114 | 60 |
| Binary | 11010110 | 11101 | 10101110 | 0 | 1010110 | 10011 | 10000 | 100111001 | 1001100 | 110000 |
Color Harmonies of #D61DAE
Complementary color
Monochromatic Colors of #D61DAE
Black with #D61DAE
Text Example
Text Example
White with #D61DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DAE; }
p { color: rgb(214,29,174); }
H1.HeaderClassName
{
color: #D61DAE;
}
.AnyTagClassName
{
color: #D61DAE;
}
</style>
background-color css
<style>
a { background-color: #D61DAE; }
a { background-color: rgb(214,29,174); }
div.DivClassName
{
background-color: #D61DAE;
}
.BgClassName
{
background-color: #D61DAE;
}
</style>
border-color css
<style>
span { border-color: #D61DAE; }
span { border-color: rgb(214,29,174); }
td.TdClassName
{
border-color: #D61DAE;
}
.TagClassName
{
border-color: #D61DAE;
}
</style>