Shades of Psychedelic Purple #D023F9
Tints of Psychedelic Purple #D023F9
RGB
CMYK
RGB Variations
Color information
#D023F9 (or 0xD023F9) is known color: Psychedelic Purple. HEX triplet: D0, 23 and F9. RGB value is (208,35,249). Sum of RGB (Red+Green+Blue) = 208+35+249=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 35 (14.06% from 255 or 7.11% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #D023F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D023F9 is #2FDC06. Grayscale: #6E6E6E. Windows color (decimal): -3136519 or 16327632. OLE color: 16327632.
HSL color Cylindrical-coordinate representation of color #D023F9: hue angle of 288.5º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D023F9 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 35 | 249 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.02 |
| HSL | 288.5º | 0.95% | 0.56% | - |
| HSV(B) | 288.5º | 0.86% | 0.98% | - |
| XYZ | 43.71 | 21.45 | 91.46 | - |
| YUV | 111.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 249 | 0.16 | 0.86 | 0 | 0.02 | 288.5 | 0.95 | 0.56 |
| Hex | D0 | 23 | F9 | 10 | 56 | 0 | 2 | 121 | 5F | 38 |
| Octal | 320 | 43 | 371 | 20 | 126 | 0 | 2 | 441 | 137 | 70 |
| Binary | 11010000 | 100011 | 11111001 | 10000 | 1010110 | 0 | 10 | 100100001 | 1011111 | 111000 |
Color Harmonies of #D023F9
Complementary color
Monochromatic Colors of #D023F9
Black with #D023F9
Text Example
Text Example
White with #D023F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023F9; }
p { color: rgb(208,35,249); }
H1.HeaderClassName
{
color: #D023F9;
}
.AnyTagClassName
{
color: #D023F9;
}
</style>
background-color css
<style>
a { background-color: #D023F9; }
a { background-color: rgb(208,35,249); }
div.DivClassName
{
background-color: #D023F9;
}
.BgClassName
{
background-color: #D023F9;
}
</style>
border-color css
<style>
span { border-color: #D023F9; }
span { border-color: rgb(208,35,249); }
td.TdClassName
{
border-color: #D023F9;
}
.TagClassName
{
border-color: #D023F9;
}
</style>