Shades of Psychedelic Purple #D802F6
Tints of Psychedelic Purple #D802F6
RGB
CMYK
RGB Variations
Color information
#D802F6 (or 0xD802F6) is known color: Psychedelic Purple. HEX triplet: D8, 02 and F6. RGB value is (216,2,246). Sum of RGB (Red+Green+Blue) = 216+2+246=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 2 (1.17% from 255 or 0.43% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #D802F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802F6 is #27FD09. Grayscale: #5D5D5D. Windows color (decimal): -2620682 or 16122584. OLE color: 16122584.
HSL color Cylindrical-coordinate representation of color #D802F6: hue angle of 292.62º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802F6 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 2 | 246 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.04 |
| HSL | 292.62º | 0.98% | 0.49% | - |
| HSV(B) | 292.62º | 0.99% | 0.96% | - |
| XYZ | 44.98 | 21.3 | 88.93 | - |
| YUV | 93.8 | 213.9 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 246 | 0.12 | 0.99 | 0 | 0.04 | 292.62 | 0.98 | 0.49 |
| Hex | D8 | 2 | F6 | C | 63 | 0 | 4 | 125 | 62 | 31 |
| Octal | 330 | 2 | 366 | 14 | 143 | 0 | 4 | 445 | 142 | 61 |
| Binary | 11011000 | 10 | 11110110 | 1100 | 1100011 | 0 | 100 | 100100101 | 1100010 | 110001 |
Color Harmonies of #D802F6
Complementary color
Monochromatic Colors of #D802F6
Black with #D802F6
Text Example
Text Example
White with #D802F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802F6; }
p { color: rgb(216,2,246); }
H1.HeaderClassName
{
color: #D802F6;
}
.AnyTagClassName
{
color: #D802F6;
}
</style>
background-color css
<style>
a { background-color: #D802F6; }
a { background-color: rgb(216,2,246); }
div.DivClassName
{
background-color: #D802F6;
}
.BgClassName
{
background-color: #D802F6;
}
</style>
border-color css
<style>
span { border-color: #D802F6; }
span { border-color: rgb(216,2,246); }
td.TdClassName
{
border-color: #D802F6;
}
.TagClassName
{
border-color: #D802F6;
}
</style>