Shades of Spicy Pink #D627B5
Tints of Spicy Pink #D627B5
RGB
CMYK
RGB Variations
Color information
#D627B5 (or 0xD627B5) is known color: Spicy Pink. HEX triplet: D6, 27 and B5. RGB value is (214,39,181). Sum of RGB (Red+Green+Blue) = 214+39+181=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D627B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627B5 is #29D84A. Grayscale: #6B6B6B. Windows color (decimal): -2742347 or 11872214. OLE color: 11872214.
HSL color Cylindrical-coordinate representation of color #D627B5: hue angle of 311.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D627B5 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 181 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.16 |
| HSL | 311.31º | 0.69% | 0.5% | - |
| HSV(B) | 311.31º | 0.82% | 0.84% | - |
| XYZ | 36.8 | 19.08 | 45.46 | - |
| YUV | 107.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 181 | 0 | 0.82 | 0.15 | 0.16 | 311.31 | 0.69 | 0.5 |
| Hex | D6 | 27 | B5 | 0 | 52 | F | 10 | 137 | 45 | 32 |
| Octal | 326 | 47 | 265 | 0 | 122 | 17 | 20 | 467 | 105 | 62 |
| Binary | 11010110 | 100111 | 10110101 | 0 | 1010010 | 1111 | 10000 | 100110111 | 1000101 | 110010 |
Color Harmonies of #D627B5
Complementary color
Monochromatic Colors of #D627B5
Black with #D627B5
Text Example
Text Example
White with #D627B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D627B5; }
p { color: rgb(214,39,181); }
H1.HeaderClassName
{
color: #D627B5;
}
.AnyTagClassName
{
color: #D627B5;
}
</style>
background-color css
<style>
a { background-color: #D627B5; }
a { background-color: rgb(214,39,181); }
div.DivClassName
{
background-color: #D627B5;
}
.BgClassName
{
background-color: #D627B5;
}
</style>
border-color css
<style>
span { border-color: #D627B5; }
span { border-color: rgb(214,39,181); }
td.TdClassName
{
border-color: #D627B5;
}
.TagClassName
{
border-color: #D627B5;
}
</style>