Shades of Spicy Pink #D628B3
Tints of Spicy Pink #D628B3
RGB
CMYK
RGB Variations
Color information
#D628B3 (or 0xD628B3) is known color: Spicy Pink. HEX triplet: D6, 28 and B3. RGB value is (214,40,179). Sum of RGB (Red+Green+Blue) = 214+40+179=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628B3 is #29D74C. Grayscale: #6B6B6B. Windows color (decimal): -2742093 or 11741398. OLE color: 11741398.
HSL color Cylindrical-coordinate representation of color #D628B3: hue angle of 312.07º 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 #D628B3 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 179 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.16 |
| HSL | 312.07º | 0.69% | 0.5% | - |
| HSV(B) | 312.07º | 0.81% | 0.84% | - |
| XYZ | 36.63 | 19.07 | 44.4 | - |
| YUV | 107.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 179 | 0 | 0.81 | 0.16 | 0.16 | 312.07 | 0.69 | 0.5 |
| Hex | D6 | 28 | B3 | 0 | 51 | 10 | 10 | 138 | 45 | 32 |
| Octal | 326 | 50 | 263 | 0 | 121 | 20 | 20 | 470 | 105 | 62 |
| Binary | 11010110 | 101000 | 10110011 | 0 | 1010001 | 10000 | 10000 | 100111000 | 1000101 | 110010 |
Color Harmonies of #D628B3
Complementary color
Monochromatic Colors of #D628B3
Black with #D628B3
Text Example
Text Example
White with #D628B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628B3; }
p { color: rgb(214,40,179); }
H1.HeaderClassName
{
color: #D628B3;
}
.AnyTagClassName
{
color: #D628B3;
}
</style>
background-color css
<style>
a { background-color: #D628B3; }
a { background-color: rgb(214,40,179); }
div.DivClassName
{
background-color: #D628B3;
}
.BgClassName
{
background-color: #D628B3;
}
</style>
border-color css
<style>
span { border-color: #D628B3; }
span { border-color: rgb(214,40,179); }
td.TdClassName
{
border-color: #D628B3;
}
.TagClassName
{
border-color: #D628B3;
}
</style>