Shades of Psychedelic Purple #D023FF
Tints of Psychedelic Purple #D023FF
RGB
CMYK
RGB Variations
Color information
#D023FF (or 0xD023FF) is known color: Psychedelic Purple. HEX triplet: D0, 23 and FF. RGB value is (208,35,255). Sum of RGB (Red+Green+Blue) = 208+35+255=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #D023FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D023FF is #2FDC00. Grayscale: #6F6F6F. Windows color (decimal): -3136513 or 16720848. OLE color: 16720848.
HSL color Cylindrical-coordinate representation of color #D023FF: hue angle of 287.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D023FF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 35 | 255 | - |
| CMYK | 0.18 | 0.86 | 0 | 0 |
| HSL | 287.18º | 1% | 0.57% | - |
| HSV(B) | 287.18º | 0.86% | 1% | - |
| XYZ | 44.66 | 21.83 | 96.47 | - |
| YUV | 111.81 | 208.81 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 255 | 0.18 | 0.86 | 0 | 0 | 287.18 | 1 | 0.57 |
| Hex | D0 | 23 | FF | 12 | 56 | 0 | 0 | 11F | 64 | 39 |
| Octal | 320 | 43 | 377 | 22 | 126 | 0 | 0 | 437 | 144 | 71 |
| Binary | 11010000 | 100011 | 11111111 | 10010 | 1010110 | 0 | 0 | 100011111 | 1100100 | 111001 |
Color Harmonies of #D023FF
Complementary color
Monochromatic Colors of #D023FF
Black with #D023FF
Text Example
Text Example
White with #D023FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023FF; }
p { color: rgb(208,35,255); }
H1.HeaderClassName
{
color: #D023FF;
}
.AnyTagClassName
{
color: #D023FF;
}
</style>
background-color css
<style>
a { background-color: #D023FF; }
a { background-color: rgb(208,35,255); }
div.DivClassName
{
background-color: #D023FF;
}
.BgClassName
{
background-color: #D023FF;
}
</style>
border-color css
<style>
span { border-color: #D023FF; }
span { border-color: rgb(208,35,255); }
td.TdClassName
{
border-color: #D023FF;
}
.TagClassName
{
border-color: #D023FF;
}
</style>