Shades of Psychedelic Purple #D023F3
Tints of Psychedelic Purple #D023F3
RGB
CMYK
RGB Variations
Color information
#D023F3 (or 0xD023F3) is known color: Psychedelic Purple. HEX triplet: D0, 23 and F3. RGB value is (208,35,243). Sum of RGB (Red+Green+Blue) = 208+35+243=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 35 (14.06% from 255 or 7.20% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #D023F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D023F3 is #2FDC0C. Grayscale: #6D6D6D. Windows color (decimal): -3136525 or 15934416. OLE color: 15934416.
HSL color Cylindrical-coordinate representation of color #D023F3: hue angle of 289.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D023F3 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 35 | 243 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.05 |
| HSL | 289.9º | 0.9% | 0.55% | - |
| HSV(B) | 289.9º | 0.86% | 0.95% | - |
| XYZ | 42.79 | 21.08 | 86.61 | - |
| YUV | 110.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 243 | 0.14 | 0.86 | 0 | 0.05 | 289.9 | 0.9 | 0.55 |
| Hex | D0 | 23 | F3 | E | 56 | 0 | 5 | 122 | 5A | 37 |
| Octal | 320 | 43 | 363 | 16 | 126 | 0 | 5 | 442 | 132 | 67 |
| Binary | 11010000 | 100011 | 11110011 | 1110 | 1010110 | 0 | 101 | 100100010 | 1011010 | 110111 |
Color Harmonies of #D023F3
Complementary color
Monochromatic Colors of #D023F3
Black with #D023F3
Text Example
Text Example
White with #D023F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023F3; }
p { color: rgb(208,35,243); }
H1.HeaderClassName
{
color: #D023F3;
}
.AnyTagClassName
{
color: #D023F3;
}
</style>
background-color css
<style>
a { background-color: #D023F3; }
a { background-color: rgb(208,35,243); }
div.DivClassName
{
background-color: #D023F3;
}
.BgClassName
{
background-color: #D023F3;
}
</style>
border-color css
<style>
span { border-color: #D023F3; }
span { border-color: rgb(208,35,243); }
td.TdClassName
{
border-color: #D023F3;
}
.TagClassName
{
border-color: #D023F3;
}
</style>