Shades of Spicy Pink #D628B0
Tints of Spicy Pink #D628B0
RGB
CMYK
RGB Variations
Color information
#D628B0 (or 0xD628B0) is known color: Spicy Pink. HEX triplet: D6, 28 and B0. RGB value is (214,40,176). Sum of RGB (Red+Green+Blue) = 214+40+176=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D628B0 is #29D74F. Grayscale: #6B6B6B. Windows color (decimal): -2742096 or 11544790. OLE color: 11544790.
HSL color Cylindrical-coordinate representation of color #D628B0: hue angle of 313.1º 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 #D628B0 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 176 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.16 |
| HSL | 313.1º | 0.69% | 0.5% | - |
| HSV(B) | 313.1º | 0.81% | 0.84% | - |
| XYZ | 36.33 | 18.95 | 42.82 | - |
| YUV | 107.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 176 | 0 | 0.81 | 0.18 | 0.16 | 313.1 | 0.69 | 0.5 |
| Hex | D6 | 28 | B0 | 0 | 51 | 12 | 10 | 139 | 45 | 32 |
| Octal | 326 | 50 | 260 | 0 | 121 | 22 | 20 | 471 | 105 | 62 |
| Binary | 11010110 | 101000 | 10110000 | 0 | 1010001 | 10010 | 10000 | 100111001 | 1000101 | 110010 |
Color Harmonies of #D628B0
Complementary color
Monochromatic Colors of #D628B0
Black with #D628B0
Text Example
Text Example
White with #D628B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628B0; }
p { color: rgb(214,40,176); }
H1.HeaderClassName
{
color: #D628B0;
}
.AnyTagClassName
{
color: #D628B0;
}
</style>
background-color css
<style>
a { background-color: #D628B0; }
a { background-color: rgb(214,40,176); }
div.DivClassName
{
background-color: #D628B0;
}
.BgClassName
{
background-color: #D628B0;
}
</style>
border-color css
<style>
span { border-color: #D628B0; }
span { border-color: rgb(214,40,176); }
td.TdClassName
{
border-color: #D628B0;
}
.TagClassName
{
border-color: #D628B0;
}
</style>