Shades of Spicy Pink #D62FB3
Tints of Spicy Pink #D62FB3
RGB
CMYK
RGB Variations
Color information
#D62FB3 (or 0xD62FB3) is known color: Spicy Pink. HEX triplet: D6, 2F and B3. RGB value is (214,47,179). Sum of RGB (Red+Green+Blue) = 214+47+179=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62FB3 is #29D04C. Grayscale: #6F6F6F. Windows color (decimal): -2740301 or 11743190. OLE color: 11743190.
HSL color Cylindrical-coordinate representation of color #D62FB3: hue angle of 312.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62FB3 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 47 | 179 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.16 |
| HSL | 312.57º | 0.67% | 0.51% | - |
| HSV(B) | 312.57º | 0.78% | 0.84% | - |
| XYZ | 36.88 | 19.58 | 44.48 | - |
| YUV | 111.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 47 | 179 | 0 | 0.78 | 0.16 | 0.16 | 312.57 | 0.67 | 0.51 |
| Hex | D6 | 2F | B3 | 0 | 4E | 10 | 10 | 139 | 43 | 33 |
| Octal | 326 | 57 | 263 | 0 | 116 | 20 | 20 | 471 | 103 | 63 |
| Binary | 11010110 | 101111 | 10110011 | 0 | 1001110 | 10000 | 10000 | 100111001 | 1000011 | 110011 |
Color Harmonies of #D62FB3
Complementary color
Monochromatic Colors of #D62FB3
Black with #D62FB3
Text Example
Text Example
White with #D62FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62FB3; }
p { color: rgb(214,47,179); }
H1.HeaderClassName
{
color: #D62FB3;
}
.AnyTagClassName
{
color: #D62FB3;
}
</style>
background-color css
<style>
a { background-color: #D62FB3; }
a { background-color: rgb(214,47,179); }
div.DivClassName
{
background-color: #D62FB3;
}
.BgClassName
{
background-color: #D62FB3;
}
</style>
border-color css
<style>
span { border-color: #D62FB3; }
span { border-color: rgb(214,47,179); }
td.TdClassName
{
border-color: #D62FB3;
}
.TagClassName
{
border-color: #D62FB3;
}
</style>