Shades of Psychedelic Purple #D016F3
Tints of Psychedelic Purple #D016F3
RGB
CMYK
RGB Variations
Color information
#D016F3 (or 0xD016F3) is known color: Psychedelic Purple. HEX triplet: D0, 16 and F3. RGB value is (208,22,243). Sum of RGB (Red+Green+Blue) = 208+22+243=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #D016F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D016F3 is #2FE90C. Grayscale: #666666. Windows color (decimal): -3139853 or 15931088. OLE color: 15931088.
HSL color Cylindrical-coordinate representation of color #D016F3: hue angle of 290.5º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D016F3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 22 | 243 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.05 |
| HSL | 290.5º | 0.9% | 0.52% | - |
| HSV(B) | 290.5º | 0.91% | 0.95% | - |
| XYZ | 42.48 | 20.45 | 86.5 | - |
| YUV | 102.81 | 207.12 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 243 | 0.14 | 0.91 | 0 | 0.05 | 290.5 | 0.9 | 0.52 |
| Hex | D0 | 16 | F3 | E | 5B | 0 | 5 | 122 | 5A | 34 |
| Octal | 320 | 26 | 363 | 16 | 133 | 0 | 5 | 442 | 132 | 64 |
| Binary | 11010000 | 10110 | 11110011 | 1110 | 1011011 | 0 | 101 | 100100010 | 1011010 | 110100 |
Color Harmonies of #D016F3
Complementary color
Monochromatic Colors of #D016F3
Black with #D016F3
Text Example
Text Example
White with #D016F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D016F3; }
p { color: rgb(208,22,243); }
H1.HeaderClassName
{
color: #D016F3;
}
.AnyTagClassName
{
color: #D016F3;
}
</style>
background-color css
<style>
a { background-color: #D016F3; }
a { background-color: rgb(208,22,243); }
div.DivClassName
{
background-color: #D016F3;
}
.BgClassName
{
background-color: #D016F3;
}
</style>
border-color css
<style>
span { border-color: #D016F3; }
span { border-color: rgb(208,22,243); }
td.TdClassName
{
border-color: #D016F3;
}
.TagClassName
{
border-color: #D016F3;
}
</style>