Shades of Psychedelic Purple #D027FE
Tints of Psychedelic Purple #D027FE
RGB
CMYK
RGB Variations
Color information
#D027FE (or 0xD027FE) is known color: Psychedelic Purple. HEX triplet: D0, 27 and FE. RGB value is (208,39,254). Sum of RGB (Red+Green+Blue) = 208+39+254=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #D027FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027FE is #2FD801. Grayscale: #717171. Windows color (decimal): -3135490 or 16656336. OLE color: 16656336.
HSL color Cylindrical-coordinate representation of color #D027FE: hue angle of 287.16º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D027FE is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 39 | 254 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.00 |
| HSL | 287.16º | 0.99% | 0.57% | - |
| HSV(B) | 287.16º | 0.85% | 1% | - |
| XYZ | 44.63 | 22.02 | 95.66 | - |
| YUV | 114.04 | 206.99 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 254 | 0.18 | 0.85 | 0 | 0.00 | 287.16 | 0.99 | 0.57 |
| Hex | D0 | 27 | FE | 12 | 55 | 0 | 0 | 11F | 63 | 39 |
| Octal | 320 | 47 | 376 | 22 | 125 | 0 | 0 | 437 | 143 | 71 |
| Binary | 11010000 | 100111 | 11111110 | 10010 | 1010101 | 0 | 0 | 100011111 | 1100011 | 111001 |
Color Harmonies of #D027FE
Complementary color
Monochromatic Colors of #D027FE
Black with #D027FE
Text Example
Text Example
White with #D027FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027FE; }
p { color: rgb(208,39,254); }
H1.HeaderClassName
{
color: #D027FE;
}
.AnyTagClassName
{
color: #D027FE;
}
</style>
background-color css
<style>
a { background-color: #D027FE; }
a { background-color: rgb(208,39,254); }
div.DivClassName
{
background-color: #D027FE;
}
.BgClassName
{
background-color: #D027FE;
}
</style>
border-color css
<style>
span { border-color: #D027FE; }
span { border-color: rgb(208,39,254); }
td.TdClassName
{
border-color: #D027FE;
}
.TagClassName
{
border-color: #D027FE;
}
</style>