Shades of Psychedelic Purple #D215FF
Tints of Psychedelic Purple #D215FF
RGB
CMYK
RGB Variations
Color information
#D215FF (or 0xD215FF) is known color: Psychedelic Purple. HEX triplet: D2, 15 and FF. RGB value is (210,21,255). Sum of RGB (Red+Green+Blue) = 210+21+255=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #D215FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D215FF is #2DEA00. Grayscale: #676767. Windows color (decimal): -3009025 or 16717266. OLE color: 16717266.
HSL color Cylindrical-coordinate representation of color #D215FF: hue angle of 288.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D215FF is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 21 | 255 | - |
| CMYK | 0.18 | 0.92 | 0 | 0 |
| HSL | 288.46º | 1% | 0.54% | - |
| HSV(B) | 288.46º | 0.92% | 1% | - |
| XYZ | 44.9 | 21.46 | 96.38 | - |
| YUV | 104.19 | 213.12 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 255 | 0.18 | 0.92 | 0 | 0 | 288.46 | 1 | 0.54 |
| Hex | D2 | 15 | FF | 12 | 5C | 0 | 0 | 120 | 64 | 36 |
| Octal | 322 | 25 | 377 | 22 | 134 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11010010 | 10101 | 11111111 | 10010 | 1011100 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #D215FF
Complementary color
Monochromatic Colors of #D215FF
Black with #D215FF
Text Example
Text Example
White with #D215FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215FF; }
p { color: rgb(210,21,255); }
H1.HeaderClassName
{
color: #D215FF;
}
.AnyTagClassName
{
color: #D215FF;
}
</style>
background-color css
<style>
a { background-color: #D215FF; }
a { background-color: rgb(210,21,255); }
div.DivClassName
{
background-color: #D215FF;
}
.BgClassName
{
background-color: #D215FF;
}
</style>
border-color css
<style>
span { border-color: #D215FF; }
span { border-color: rgb(210,21,255); }
td.TdClassName
{
border-color: #D215FF;
}
.TagClassName
{
border-color: #D215FF;
}
</style>