Shades of Psychedelic Purple #D02FFF
Tints of Psychedelic Purple #D02FFF
RGB
CMYK
RGB Variations
Color information
#D02FFF (or 0xD02FFF) is known color: Psychedelic Purple. HEX triplet: D0, 2F and FF. RGB value is (208,47,255). Sum of RGB (Red+Green+Blue) = 208+47+255=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 47 (18.75% from 255 or 9.22% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #D02FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02FFF is #2FD000. Grayscale: #767676. Windows color (decimal): -3133441 or 16723920. OLE color: 16723920.
HSL color Cylindrical-coordinate representation of color #D02FFF: hue angle of 286.44º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02FFF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 47 | 255 | - |
| CMYK | 0.18 | 0.82 | 0 | 0 |
| HSL | 286.44º | 1% | 0.59% | - |
| HSV(B) | 286.44º | 0.82% | 1% | - |
| XYZ | 45.08 | 22.66 | 96.61 | - |
| YUV | 118.85 | 204.84 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 255 | 0.18 | 0.82 | 0 | 0 | 286.44 | 1 | 0.59 |
| Hex | D0 | 2F | FF | 12 | 52 | 0 | 0 | 11E | 64 | 3B |
| Octal | 320 | 57 | 377 | 22 | 122 | 0 | 0 | 436 | 144 | 73 |
| Binary | 11010000 | 101111 | 11111111 | 10010 | 1010010 | 0 | 0 | 100011110 | 1100100 | 111011 |
Color Harmonies of #D02FFF
Complementary color
Monochromatic Colors of #D02FFF
Black with #D02FFF
Text Example
Text Example
White with #D02FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02FFF; }
p { color: rgb(208,47,255); }
H1.HeaderClassName
{
color: #D02FFF;
}
.AnyTagClassName
{
color: #D02FFF;
}
</style>
background-color css
<style>
a { background-color: #D02FFF; }
a { background-color: rgb(208,47,255); }
div.DivClassName
{
background-color: #D02FFF;
}
.BgClassName
{
background-color: #D02FFF;
}
</style>
border-color css
<style>
span { border-color: #D02FFF; }
span { border-color: rgb(208,47,255); }
td.TdClassName
{
border-color: #D02FFF;
}
.TagClassName
{
border-color: #D02FFF;
}
</style>