Shades of Psychedelic Purple #D216FA
Tints of Psychedelic Purple #D216FA
RGB
CMYK
RGB Variations
Color information
#D216FA (or 0xD216FA) is known color: Psychedelic Purple. HEX triplet: D2, 16 and FA. RGB value is (210,22,250). Sum of RGB (Red+Green+Blue) = 210+22+250=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #D216FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D216FA is #2DE905. Grayscale: #676767. Windows color (decimal): -3008774 or 16389842. OLE color: 16389842.
HSL color Cylindrical-coordinate representation of color #D216FA: hue angle of 289.47º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D216FA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 22 | 250 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.02 |
| HSL | 289.47º | 0.96% | 0.53% | - |
| HSV(B) | 289.47º | 0.91% | 0.98% | - |
| XYZ | 44.12 | 21.18 | 92.2 | - |
| YUV | 104.2 | 210.28 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 250 | 0.16 | 0.91 | 0 | 0.02 | 289.47 | 0.96 | 0.53 |
| Hex | D2 | 16 | FA | 10 | 5B | 0 | 2 | 121 | 60 | 35 |
| Octal | 322 | 26 | 372 | 20 | 133 | 0 | 2 | 441 | 140 | 65 |
| Binary | 11010010 | 10110 | 11111010 | 10000 | 1011011 | 0 | 10 | 100100001 | 1100000 | 110101 |
Color Harmonies of #D216FA
Complementary color
Monochromatic Colors of #D216FA
Black with #D216FA
Text Example
Text Example
White with #D216FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D216FA; }
p { color: rgb(210,22,250); }
H1.HeaderClassName
{
color: #D216FA;
}
.AnyTagClassName
{
color: #D216FA;
}
</style>
background-color css
<style>
a { background-color: #D216FA; }
a { background-color: rgb(210,22,250); }
div.DivClassName
{
background-color: #D216FA;
}
.BgClassName
{
background-color: #D216FA;
}
</style>
border-color css
<style>
span { border-color: #D216FA; }
span { border-color: rgb(210,22,250); }
td.TdClassName
{
border-color: #D216FA;
}
.TagClassName
{
border-color: #D216FA;
}
</style>