Shades of Spicy Pink #D61CB0
Tints of Spicy Pink #D61CB0
RGB
CMYK
RGB Variations
Color information
#D61CB0 (or 0xD61CB0) is known color: Spicy Pink. HEX triplet: D6, 1C and B0. RGB value is (214,28,176). Sum of RGB (Red+Green+Blue) = 214+28+176=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CB0 is #29E34F. Grayscale: #646464. Windows color (decimal): -2745168 or 11541718. OLE color: 11541718.
HSL color Cylindrical-coordinate representation of color #D61CB0: hue angle of 312.26º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CB0 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 176 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.16 |
| HSL | 312.26º | 0.77% | 0.47% | - |
| HSV(B) | 312.26º | 0.87% | 0.84% | - |
| XYZ | 35.98 | 18.26 | 42.7 | - |
| YUV | 100.49 | 170.62 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 176 | 0 | 0.87 | 0.18 | 0.16 | 312.26 | 0.77 | 0.47 |
| Hex | D6 | 1C | B0 | 0 | 57 | 12 | 10 | 138 | 4D | 2F |
| Octal | 326 | 34 | 260 | 0 | 127 | 22 | 20 | 470 | 115 | 57 |
| Binary | 11010110 | 11100 | 10110000 | 0 | 1010111 | 10010 | 10000 | 100111000 | 1001101 | 101111 |
Color Harmonies of #D61CB0
Complementary color
Monochromatic Colors of #D61CB0
Black with #D61CB0
Text Example
Text Example
White with #D61CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CB0; }
p { color: rgb(214,28,176); }
H1.HeaderClassName
{
color: #D61CB0;
}
.AnyTagClassName
{
color: #D61CB0;
}
</style>
background-color css
<style>
a { background-color: #D61CB0; }
a { background-color: rgb(214,28,176); }
div.DivClassName
{
background-color: #D61CB0;
}
.BgClassName
{
background-color: #D61CB0;
}
</style>
border-color css
<style>
span { border-color: #D61CB0; }
span { border-color: rgb(214,28,176); }
td.TdClassName
{
border-color: #D61CB0;
}
.TagClassName
{
border-color: #D61CB0;
}
</style>