Shades of Psychedelic Purple #D628FF
Tints of Psychedelic Purple #D628FF
RGB
CMYK
RGB Variations
Color information
#D628FF (or 0xD628FF) is known color: Psychedelic Purple. HEX triplet: D6, 28 and FF. RGB value is (214,40,255). Sum of RGB (Red+Green+Blue) = 214+40+255=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #D628FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D628FF is #29D700. Grayscale: #737373. Windows color (decimal): -2742017 or 16722134. OLE color: 16722134.
HSL color Cylindrical-coordinate representation of color #D628FF: hue angle of 288.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D628FF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 40 | 255 | - |
| CMYK | 0.16 | 0.84 | 0 | 0 |
| HSL | 288.56º | 1% | 0.58% | - |
| HSV(B) | 288.56º | 0.84% | 1% | - |
| XYZ | 46.54 | 23.03 | 96.6 | - |
| YUV | 116.54 | 206.15 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 255 | 0.16 | 0.84 | 0 | 0 | 288.56 | 1 | 0.58 |
| Hex | D6 | 28 | FF | 10 | 54 | 0 | 0 | 121 | 64 | 3A |
| Octal | 326 | 50 | 377 | 20 | 124 | 0 | 0 | 441 | 144 | 72 |
| Binary | 11010110 | 101000 | 11111111 | 10000 | 1010100 | 0 | 0 | 100100001 | 1100100 | 111010 |
Color Harmonies of #D628FF
Complementary color
Monochromatic Colors of #D628FF
Black with #D628FF
Text Example
Text Example
White with #D628FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D628FF; }
p { color: rgb(214,40,255); }
H1.HeaderClassName
{
color: #D628FF;
}
.AnyTagClassName
{
color: #D628FF;
}
</style>
background-color css
<style>
a { background-color: #D628FF; }
a { background-color: rgb(214,40,255); }
div.DivClassName
{
background-color: #D628FF;
}
.BgClassName
{
background-color: #D628FF;
}
</style>
border-color css
<style>
span { border-color: #D628FF; }
span { border-color: rgb(214,40,255); }
td.TdClassName
{
border-color: #D628FF;
}
.TagClassName
{
border-color: #D628FF;
}
</style>