Shades of Spicy Pink #D62EB2
Tints of Spicy Pink #D62EB2
RGB
CMYK
RGB Variations
Color information
#D62EB2 (or 0xD62EB2) is known color: Spicy Pink. HEX triplet: D6, 2E and B2. RGB value is (214,46,178). Sum of RGB (Red+Green+Blue) = 214+46+178=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EB2 is #29D14D. Grayscale: #6E6E6E. Windows color (decimal): -2740558 or 11677398. OLE color: 11677398.
HSL color Cylindrical-coordinate representation of color #D62EB2: hue angle of 312.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62EB2 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 178 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.16 |
| HSL | 312.86º | 0.67% | 0.51% | - |
| HSV(B) | 312.86º | 0.79% | 0.84% | - |
| XYZ | 36.74 | 19.46 | 43.94 | - |
| YUV | 111.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 178 | 0 | 0.79 | 0.17 | 0.16 | 312.86 | 0.67 | 0.51 |
| Hex | D6 | 2E | B2 | 0 | 4F | 11 | 10 | 139 | 43 | 33 |
| Octal | 326 | 56 | 262 | 0 | 117 | 21 | 20 | 471 | 103 | 63 |
| Binary | 11010110 | 101110 | 10110010 | 0 | 1001111 | 10001 | 10000 | 100111001 | 1000011 | 110011 |
Color Harmonies of #D62EB2
Complementary color
Monochromatic Colors of #D62EB2
Black with #D62EB2
Text Example
Text Example
White with #D62EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62EB2; }
p { color: rgb(214,46,178); }
H1.HeaderClassName
{
color: #D62EB2;
}
.AnyTagClassName
{
color: #D62EB2;
}
</style>
background-color css
<style>
a { background-color: #D62EB2; }
a { background-color: rgb(214,46,178); }
div.DivClassName
{
background-color: #D62EB2;
}
.BgClassName
{
background-color: #D62EB2;
}
</style>
border-color css
<style>
span { border-color: #D62EB2; }
span { border-color: rgb(214,46,178); }
td.TdClassName
{
border-color: #D62EB2;
}
.TagClassName
{
border-color: #D62EB2;
}
</style>