Shades of Psychedelic Purple #D02FFE
Tints of Psychedelic Purple #D02FFE
RGB
CMYK
RGB Variations
Color information
#D02FFE (or 0xD02FFE) is known color: Psychedelic Purple. HEX triplet: D0, 2F and FE. RGB value is (208,47,254). Sum of RGB (Red+Green+Blue) = 208+47+254=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #D02FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02FFE is #2FD001. Grayscale: #767676. Windows color (decimal): -3133442 or 16658384. OLE color: 16658384.
HSL color Cylindrical-coordinate representation of color #D02FFE: hue angle of 286.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02FFE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 47 | 254 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.00 |
| HSL | 286.67º | 0.99% | 0.59% | - |
| HSV(B) | 286.67º | 0.81% | 1% | - |
| XYZ | 44.92 | 22.6 | 95.76 | - |
| YUV | 118.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 254 | 0.18 | 0.81 | 0 | 0.00 | 286.67 | 0.99 | 0.59 |
| Hex | D0 | 2F | FE | 12 | 51 | 0 | 0 | 11F | 63 | 3B |
| Octal | 320 | 57 | 376 | 22 | 121 | 0 | 0 | 437 | 143 | 73 |
| Binary | 11010000 | 101111 | 11111110 | 10010 | 1010001 | 0 | 0 | 100011111 | 1100011 | 111011 |
Color Harmonies of #D02FFE
Complementary color
Monochromatic Colors of #D02FFE
Black with #D02FFE
Text Example
Text Example
White with #D02FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FFE; }
p { color: rgb(208,47,254); }
H1.HeaderClassName
{
color: #D02FFE;
}
.AnyTagClassName
{
color: #D02FFE;
}
</style>
background-color css
<style>
a { background-color: #D02FFE; }
a { background-color: rgb(208,47,254); }
div.DivClassName
{
background-color: #D02FFE;
}
.BgClassName
{
background-color: #D02FFE;
}
</style>
border-color css
<style>
span { border-color: #D02FFE; }
span { border-color: rgb(208,47,254); }
td.TdClassName
{
border-color: #D02FFE;
}
.TagClassName
{
border-color: #D02FFE;
}
</style>