Shades of Psychedelic Purple #D018F0
Tints of Psychedelic Purple #D018F0
RGB
CMYK
RGB Variations
Color information
#D018F0 (or 0xD018F0) is known color: Psychedelic Purple. HEX triplet: D0, 18 and F0. RGB value is (208,24,240). Sum of RGB (Red+Green+Blue) = 208+24+240=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #D018F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018F0 is #2FE70F. Grayscale: #666666. Windows color (decimal): -3139344 or 15734992. OLE color: 15734992.
HSL color Cylindrical-coordinate representation of color #D018F0: hue angle of 291.11º 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 #D018F0 is Cyan = 0.13, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 24 | 240 | - |
| CMYK | 0.13 | 0.9 | 0 | 0.06 |
| HSL | 291.11º | 0.88% | 0.52% | - |
| HSV(B) | 291.11º | 0.9% | 0.94% | - |
| XYZ | 42.07 | 20.35 | 84.15 | - |
| YUV | 103.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 240 | 0.13 | 0.9 | 0 | 0.06 | 291.11 | 0.88 | 0.52 |
| Hex | D0 | 18 | F0 | D | 5A | 0 | 6 | 123 | 58 | 34 |
| Octal | 320 | 30 | 360 | 15 | 132 | 0 | 6 | 443 | 130 | 64 |
| Binary | 11010000 | 11000 | 11110000 | 1101 | 1011010 | 0 | 110 | 100100011 | 1011000 | 110100 |
Color Harmonies of #D018F0
Complementary color
Monochromatic Colors of #D018F0
Black with #D018F0
Text Example
Text Example
White with #D018F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018F0; }
p { color: rgb(208,24,240); }
H1.HeaderClassName
{
color: #D018F0;
}
.AnyTagClassName
{
color: #D018F0;
}
</style>
background-color css
<style>
a { background-color: #D018F0; }
a { background-color: rgb(208,24,240); }
div.DivClassName
{
background-color: #D018F0;
}
.BgClassName
{
background-color: #D018F0;
}
</style>
border-color css
<style>
span { border-color: #D018F0; }
span { border-color: rgb(208,24,240); }
td.TdClassName
{
border-color: #D018F0;
}
.TagClassName
{
border-color: #D018F0;
}
</style>