Shades of Psychedelic Purple #D802F1
Tints of Psychedelic Purple #D802F1
RGB
CMYK
RGB Variations
Color information
#D802F1 (or 0xD802F1) is known color: Psychedelic Purple. HEX triplet: D8, 02 and F1. RGB value is (216,2,241). Sum of RGB (Red+Green+Blue) = 216+2+241=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #D802F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D802F1 is #27FD0E. Grayscale: #5C5C5C. Windows color (decimal): -2620687 or 15794904. OLE color: 15794904.
HSL color Cylindrical-coordinate representation of color #D802F1: hue angle of 293.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D802F1 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 2 | 241 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.05 |
| HSL | 293.72º | 0.98% | 0.48% | - |
| HSV(B) | 293.72º | 0.99% | 0.95% | - |
| XYZ | 44.22 | 20.99 | 84.94 | - |
| YUV | 93.23 | 211.4 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 241 | 0.10 | 0.99 | 0 | 0.05 | 293.72 | 0.98 | 0.48 |
| Hex | D8 | 2 | F1 | A | 63 | 0 | 5 | 126 | 62 | 30 |
| Octal | 330 | 2 | 361 | 12 | 143 | 0 | 5 | 446 | 142 | 60 |
| Binary | 11011000 | 10 | 11110001 | 1010 | 1100011 | 0 | 101 | 100100110 | 1100010 | 110000 |
Color Harmonies of #D802F1
Complementary color
Monochromatic Colors of #D802F1
Black with #D802F1
Text Example
Text Example
White with #D802F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D802F1; }
p { color: rgb(216,2,241); }
H1.HeaderClassName
{
color: #D802F1;
}
.AnyTagClassName
{
color: #D802F1;
}
</style>
background-color css
<style>
a { background-color: #D802F1; }
a { background-color: rgb(216,2,241); }
div.DivClassName
{
background-color: #D802F1;
}
.BgClassName
{
background-color: #D802F1;
}
</style>
border-color css
<style>
span { border-color: #D802F1; }
span { border-color: rgb(216,2,241); }
td.TdClassName
{
border-color: #D802F1;
}
.TagClassName
{
border-color: #D802F1;
}
</style>