Shades of Psychedelic Purple #D816F3
Tints of Psychedelic Purple #D816F3
RGB
CMYK
RGB Variations
Color information
#D816F3 (or 0xD816F3) is known color: Psychedelic Purple. HEX triplet: D8, 16 and F3. RGB value is (216,22,243). Sum of RGB (Red+Green+Blue) = 216+22+243=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #D816F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D816F3 is #27E90C. Grayscale: #686868. Windows color (decimal): -2615565 or 15931096. OLE color: 15931096.
HSL color Cylindrical-coordinate representation of color #D816F3: hue angle of 292.67º 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 #D816F3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 22 | 243 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.05 |
| HSL | 292.67º | 0.9% | 0.52% | - |
| HSV(B) | 292.67º | 0.91% | 0.95% | - |
| XYZ | 44.78 | 21.64 | 86.61 | - |
| YUV | 105.2 | 205.77 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 243 | 0.11 | 0.91 | 0 | 0.05 | 292.67 | 0.9 | 0.52 |
| Hex | D8 | 16 | F3 | B | 5B | 0 | 5 | 125 | 5A | 34 |
| Octal | 330 | 26 | 363 | 13 | 133 | 0 | 5 | 445 | 132 | 64 |
| Binary | 11011000 | 10110 | 11110011 | 1011 | 1011011 | 0 | 101 | 100100101 | 1011010 | 110100 |
Color Harmonies of #D816F3
Complementary color
Monochromatic Colors of #D816F3
Black with #D816F3
Text Example
Text Example
White with #D816F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816F3; }
p { color: rgb(216,22,243); }
H1.HeaderClassName
{
color: #D816F3;
}
.AnyTagClassName
{
color: #D816F3;
}
</style>
background-color css
<style>
a { background-color: #D816F3; }
a { background-color: rgb(216,22,243); }
div.DivClassName
{
background-color: #D816F3;
}
.BgClassName
{
background-color: #D816F3;
}
</style>
border-color css
<style>
span { border-color: #D816F3; }
span { border-color: rgb(216,22,243); }
td.TdClassName
{
border-color: #D816F3;
}
.TagClassName
{
border-color: #D816F3;
}
</style>