Shades of Psychedelic Purple #D802F8
Tints of Psychedelic Purple #D802F8
RGB
CMYK
RGB Variations
Color information
#D802F8 (or 0xD802F8) is known color: Psychedelic Purple. HEX triplet: D8, 02 and F8. RGB value is (216,2,248). Sum of RGB (Red+Green+Blue) = 216+2+248=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #D802F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802F8 is #27FD07. Grayscale: #5D5D5D. Windows color (decimal): -2620680 or 16253656. OLE color: 16253656.
HSL color Cylindrical-coordinate representation of color #D802F8: hue angle of 292.2º 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 #D802F8 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 2 | 248 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.03 |
| HSL | 292.2º | 0.98% | 0.49% | - |
| HSV(B) | 292.2º | 0.99% | 0.97% | - |
| XYZ | 45.28 | 21.42 | 90.55 | - |
| YUV | 94.03 | 214.9 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 248 | 0.13 | 0.99 | 0 | 0.03 | 292.2 | 0.98 | 0.49 |
| Hex | D8 | 2 | F8 | D | 63 | 0 | 3 | 124 | 62 | 31 |
| Octal | 330 | 2 | 370 | 15 | 143 | 0 | 3 | 444 | 142 | 61 |
| Binary | 11011000 | 10 | 11111000 | 1101 | 1100011 | 0 | 11 | 100100100 | 1100010 | 110001 |
Color Harmonies of #D802F8
Complementary color
Monochromatic Colors of #D802F8
Black with #D802F8
Text Example
Text Example
White with #D802F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802F8; }
p { color: rgb(216,2,248); }
H1.HeaderClassName
{
color: #D802F8;
}
.AnyTagClassName
{
color: #D802F8;
}
</style>
background-color css
<style>
a { background-color: #D802F8; }
a { background-color: rgb(216,2,248); }
div.DivClassName
{
background-color: #D802F8;
}
.BgClassName
{
background-color: #D802F8;
}
</style>
border-color css
<style>
span { border-color: #D802F8; }
span { border-color: rgb(216,2,248); }
td.TdClassName
{
border-color: #D802F8;
}
.TagClassName
{
border-color: #D802F8;
}
</style>