Shades of Psychedelic Purple #D216FF
Tints of Psychedelic Purple #D216FF
RGB
CMYK
RGB Variations
Color information
#D216FF (or 0xD216FF) is known color: Psychedelic Purple. HEX triplet: D2, 16 and FF. RGB value is (210,22,255). Sum of RGB (Red+Green+Blue) = 210+22+255=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D216FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216FF is #2DE900. Grayscale: #686868. Windows color (decimal): -3008769 or 16717522. OLE color: 16717522.
HSL color Cylindrical-coordinate representation of color #D216FF: hue angle of 288.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D216FF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 22 | 255 | - |
| CMYK | 0.18 | 0.91 | 0 | 0 |
| HSL | 288.41º | 1% | 0.54% | - |
| HSV(B) | 288.41º | 0.91% | 1% | - |
| XYZ | 44.92 | 21.5 | 96.39 | - |
| YUV | 104.77 | 212.78 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 255 | 0.18 | 0.91 | 0 | 0 | 288.41 | 1 | 0.54 |
| Hex | D2 | 16 | FF | 12 | 5B | 0 | 0 | 120 | 64 | 36 |
| Octal | 322 | 26 | 377 | 22 | 133 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11010010 | 10110 | 11111111 | 10010 | 1011011 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #D216FF
Complementary color
Monochromatic Colors of #D216FF
Black with #D216FF
Text Example
Text Example
White with #D216FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216FF; }
p { color: rgb(210,22,255); }
H1.HeaderClassName
{
color: #D216FF;
}
.AnyTagClassName
{
color: #D216FF;
}
</style>
background-color css
<style>
a { background-color: #D216FF; }
a { background-color: rgb(210,22,255); }
div.DivClassName
{
background-color: #D216FF;
}
.BgClassName
{
background-color: #D216FF;
}
</style>
border-color css
<style>
span { border-color: #D216FF; }
span { border-color: rgb(210,22,255); }
td.TdClassName
{
border-color: #D216FF;
}
.TagClassName
{
border-color: #D216FF;
}
</style>