Shades of Psychedelic Purple #D802F7
Tints of Psychedelic Purple #D802F7
RGB
CMYK
RGB Variations
Color information
#D802F7 (or 0xD802F7) is known color: Psychedelic Purple. HEX triplet: D8, 02 and F7. RGB value is (216,2,247). Sum of RGB (Red+Green+Blue) = 216+2+247=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #D802F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802F7 is #27FD08. Grayscale: #5D5D5D. Windows color (decimal): -2620681 or 16188120. OLE color: 16188120.
HSL color Cylindrical-coordinate representation of color #D802F7: hue angle of 292.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802F7 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 2 | 247 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.03 |
| HSL | 292.41º | 0.98% | 0.49% | - |
| HSV(B) | 292.41º | 0.99% | 0.97% | - |
| XYZ | 45.13 | 21.36 | 89.74 | - |
| YUV | 93.92 | 214.4 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 247 | 0.13 | 0.99 | 0 | 0.03 | 292.41 | 0.98 | 0.49 |
| Hex | D8 | 2 | F7 | D | 63 | 0 | 3 | 124 | 62 | 31 |
| Octal | 330 | 2 | 367 | 15 | 143 | 0 | 3 | 444 | 142 | 61 |
| Binary | 11011000 | 10 | 11110111 | 1101 | 1100011 | 0 | 11 | 100100100 | 1100010 | 110001 |
Color Harmonies of #D802F7
Complementary color
Monochromatic Colors of #D802F7
Black with #D802F7
Text Example
Text Example
White with #D802F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802F7; }
p { color: rgb(216,2,247); }
H1.HeaderClassName
{
color: #D802F7;
}
.AnyTagClassName
{
color: #D802F7;
}
</style>
background-color css
<style>
a { background-color: #D802F7; }
a { background-color: rgb(216,2,247); }
div.DivClassName
{
background-color: #D802F7;
}
.BgClassName
{
background-color: #D802F7;
}
</style>
border-color css
<style>
span { border-color: #D802F7; }
span { border-color: rgb(216,2,247); }
td.TdClassName
{
border-color: #D802F7;
}
.TagClassName
{
border-color: #D802F7;
}
</style>