Shades of Psychedelic Purple #D817F0
Tints of Psychedelic Purple #D817F0
RGB
CMYK
RGB Variations
Color information
#D817F0 (or 0xD817F0) is known color: Psychedelic Purple. HEX triplet: D8, 17 and F0. RGB value is (216,23,240). Sum of RGB (Red+Green+Blue) = 216+23+240=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #D817F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D817F0 is #27E80F. Grayscale: #686868. Windows color (decimal): -2615312 or 15734744. OLE color: 15734744.
HSL color Cylindrical-coordinate representation of color #D817F0: hue angle of 293.36º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D817F0 is Cyan = 0.1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 23 | 240 | - |
| CMYK | 0.1 | 0.90 | 0 | 0.06 |
| HSL | 293.36º | 0.88% | 0.52% | - |
| HSV(B) | 293.36º | 0.9% | 0.94% | - |
| XYZ | 44.35 | 21.5 | 84.25 | - |
| YUV | 105.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 240 | 0.1 | 0.90 | 0 | 0.06 | 293.36 | 0.88 | 0.52 |
| Hex | D8 | 17 | F0 | A | 5A | 0 | 6 | 125 | 58 | 34 |
| Octal | 330 | 27 | 360 | 12 | 132 | 0 | 6 | 445 | 130 | 64 |
| Binary | 11011000 | 10111 | 11110000 | 1010 | 1011010 | 0 | 110 | 100100101 | 1011000 | 110100 |
Color Harmonies of #D817F0
Complementary color
Monochromatic Colors of #D817F0
Black with #D817F0
Text Example
Text Example
White with #D817F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D817F0; }
p { color: rgb(216,23,240); }
H1.HeaderClassName
{
color: #D817F0;
}
.AnyTagClassName
{
color: #D817F0;
}
</style>
background-color css
<style>
a { background-color: #D817F0; }
a { background-color: rgb(216,23,240); }
div.DivClassName
{
background-color: #D817F0;
}
.BgClassName
{
background-color: #D817F0;
}
</style>
border-color css
<style>
span { border-color: #D817F0; }
span { border-color: rgb(216,23,240); }
td.TdClassName
{
border-color: #D817F0;
}
.TagClassName
{
border-color: #D817F0;
}
</style>