Shades of Spicy Pink #D628B5
Tints of Spicy Pink #D628B5
RGB
CMYK
RGB Variations
Color information
#D628B5 (or 0xD628B5) is known color: Spicy Pink. HEX triplet: D6, 28 and B5. RGB value is (214,40,181). Sum of RGB (Red+Green+Blue) = 214+40+181=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D628B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628B5 is #29D74A. Grayscale: #6B6B6B. Windows color (decimal): -2742091 or 11872470. OLE color: 11872470.
HSL color Cylindrical-coordinate representation of color #D628B5: hue angle of 311.38º 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 #D628B5 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 181 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.16 |
| HSL | 311.38º | 0.69% | 0.5% | - |
| HSV(B) | 311.38º | 0.81% | 0.84% | - |
| XYZ | 36.83 | 19.15 | 45.47 | - |
| YUV | 108.1 | 169.15 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 181 | 0 | 0.81 | 0.15 | 0.16 | 311.38 | 0.69 | 0.5 |
| Hex | D6 | 28 | B5 | 0 | 51 | F | 10 | 137 | 45 | 32 |
| Octal | 326 | 50 | 265 | 0 | 121 | 17 | 20 | 467 | 105 | 62 |
| Binary | 11010110 | 101000 | 10110101 | 0 | 1010001 | 1111 | 10000 | 100110111 | 1000101 | 110010 |
Color Harmonies of #D628B5
Complementary color
Monochromatic Colors of #D628B5
Black with #D628B5
Text Example
Text Example
White with #D628B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628B5; }
p { color: rgb(214,40,181); }
H1.HeaderClassName
{
color: #D628B5;
}
.AnyTagClassName
{
color: #D628B5;
}
</style>
background-color css
<style>
a { background-color: #D628B5; }
a { background-color: rgb(214,40,181); }
div.DivClassName
{
background-color: #D628B5;
}
.BgClassName
{
background-color: #D628B5;
}
</style>
border-color css
<style>
span { border-color: #D628B5; }
span { border-color: rgb(214,40,181); }
td.TdClassName
{
border-color: #D628B5;
}
.TagClassName
{
border-color: #D628B5;
}
</style>