Shades of Spicy Pink #D628B7
Tints of Spicy Pink #D628B7
RGB
CMYK
RGB Variations
Color information
#D628B7 (or 0xD628B7) is known color: Spicy Pink. HEX triplet: D6, 28 and B7. RGB value is (214,40,183). Sum of RGB (Red+Green+Blue) = 214+40+183=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628B7 is #29D748. Grayscale: #6B6B6B. Windows color (decimal): -2742089 or 12003542. OLE color: 12003542.
HSL color Cylindrical-coordinate representation of color #D628B7: hue angle of 310.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628B7 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 183 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.16 |
| HSL | 310.69º | 0.69% | 0.5% | - |
| HSV(B) | 310.69º | 0.81% | 0.84% | - |
| XYZ | 37.04 | 19.23 | 46.56 | - |
| YUV | 108.33 | 170.15 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 183 | 0 | 0.81 | 0.14 | 0.16 | 310.69 | 0.69 | 0.5 |
| Hex | D6 | 28 | B7 | 0 | 51 | E | 10 | 137 | 45 | 32 |
| Octal | 326 | 50 | 267 | 0 | 121 | 16 | 20 | 467 | 105 | 62 |
| Binary | 11010110 | 101000 | 10110111 | 0 | 1010001 | 1110 | 10000 | 100110111 | 1000101 | 110010 |
Color Harmonies of #D628B7
Complementary color
Monochromatic Colors of #D628B7
Black with #D628B7
Text Example
Text Example
White with #D628B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628B7; }
p { color: rgb(214,40,183); }
H1.HeaderClassName
{
color: #D628B7;
}
.AnyTagClassName
{
color: #D628B7;
}
</style>
background-color css
<style>
a { background-color: #D628B7; }
a { background-color: rgb(214,40,183); }
div.DivClassName
{
background-color: #D628B7;
}
.BgClassName
{
background-color: #D628B7;
}
</style>
border-color css
<style>
span { border-color: #D628B7; }
span { border-color: rgb(214,40,183); }
td.TdClassName
{
border-color: #D628B7;
}
.TagClassName
{
border-color: #D628B7;
}
</style>