Shades of Psychedelic Purple #D802E6
Tints of Psychedelic Purple #D802E6
RGB
CMYK
RGB Variations
Color information
#D802E6 (or 0xD802E6) is known color: Psychedelic Purple. HEX triplet: D8, 02 and E6. RGB value is (216,2,230). Sum of RGB (Red+Green+Blue) = 216+2+230=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 2 (1.17% from 255 or 0.45% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #D802E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802E6 is #27FD19. Grayscale: #5B5B5B. Windows color (decimal): -2620698 or 15074008. OLE color: 15074008.
HSL color Cylindrical-coordinate representation of color #D802E6: hue angle of 296.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802E6 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 2 | 230 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.10 |
| HSL | 296.32º | 0.98% | 0.45% | - |
| HSV(B) | 296.32º | 0.99% | 0.9% | - |
| XYZ | 42.62 | 20.36 | 76.55 | - |
| YUV | 91.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 230 | 0.06 | 0.99 | 0 | 0.10 | 296.32 | 0.98 | 0.45 |
| Hex | D8 | 2 | E6 | 6 | 63 | 0 | A | 128 | 62 | 2D |
| Octal | 330 | 2 | 346 | 6 | 143 | 0 | 12 | 450 | 142 | 55 |
| Binary | 11011000 | 10 | 11100110 | 110 | 1100011 | 0 | 1010 | 100101000 | 1100010 | 101101 |
Color Harmonies of #D802E6
Complementary color
Monochromatic Colors of #D802E6
Black with #D802E6
Text Example
Text Example
White with #D802E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802E6; }
p { color: rgb(216,2,230); }
H1.HeaderClassName
{
color: #D802E6;
}
.AnyTagClassName
{
color: #D802E6;
}
</style>
background-color css
<style>
a { background-color: #D802E6; }
a { background-color: rgb(216,2,230); }
div.DivClassName
{
background-color: #D802E6;
}
.BgClassName
{
background-color: #D802E6;
}
</style>
border-color css
<style>
span { border-color: #D802E6; }
span { border-color: rgb(216,2,230); }
td.TdClassName
{
border-color: #D802E6;
}
.TagClassName
{
border-color: #D802E6;
}
</style>