Shades of Psychedelic Purple #D215EB
Tints of Psychedelic Purple #D215EB
RGB
CMYK
RGB Variations
Color information
#D215EB (or 0xD215EB) is known color: Psychedelic Purple. HEX triplet: D2, 15 and EB. RGB value is (210,21,235). Sum of RGB (Red+Green+Blue) = 210+21+235=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #D215EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D215EB is #2DEA14. Grayscale: #656565. Windows color (decimal): -3009045 or 15406546. OLE color: 15406546.
HSL color Cylindrical-coordinate representation of color #D215EB: hue angle of 292.99º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D215EB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 21 | 235 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.08 |
| HSL | 292.99º | 0.84% | 0.5% | - |
| HSV(B) | 292.99º | 0.91% | 0.92% | - |
| XYZ | 41.84 | 20.24 | 80.3 | - |
| YUV | 101.91 | 203.12 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 235 | 0.11 | 0.91 | 0 | 0.08 | 292.99 | 0.84 | 0.5 |
| Hex | D2 | 15 | EB | B | 5B | 0 | 8 | 125 | 54 | 32 |
| Octal | 322 | 25 | 353 | 13 | 133 | 0 | 10 | 445 | 124 | 62 |
| Binary | 11010010 | 10101 | 11101011 | 1011 | 1011011 | 0 | 1000 | 100100101 | 1010100 | 110010 |
Color Harmonies of #D215EB
Complementary color
Monochromatic Colors of #D215EB
Black with #D215EB
Text Example
Text Example
White with #D215EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D215EB; }
p { color: rgb(210,21,235); }
H1.HeaderClassName
{
color: #D215EB;
}
.AnyTagClassName
{
color: #D215EB;
}
</style>
background-color css
<style>
a { background-color: #D215EB; }
a { background-color: rgb(210,21,235); }
div.DivClassName
{
background-color: #D215EB;
}
.BgClassName
{
background-color: #D215EB;
}
</style>
border-color css
<style>
span { border-color: #D215EB; }
span { border-color: rgb(210,21,235); }
td.TdClassName
{
border-color: #D215EB;
}
.TagClassName
{
border-color: #D215EB;
}
</style>