Shades of Psychedelic Purple #D018F4
Tints of Psychedelic Purple #D018F4
RGB
CMYK
RGB Variations
Color information
#D018F4 (or 0xD018F4) is known color: Psychedelic Purple. HEX triplet: D0, 18 and F4. RGB value is (208,24,244). Sum of RGB (Red+Green+Blue) = 208+24+244=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #D018F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018F4 is #2FE70B. Grayscale: #676767. Windows color (decimal): -3139340 or 15997136. OLE color: 15997136.
HSL color Cylindrical-coordinate representation of color #D018F4: hue angle of 290.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D018F4 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 24 | 244 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.04 |
| HSL | 290.18º | 0.91% | 0.53% | - |
| HSV(B) | 290.18º | 0.9% | 0.96% | - |
| XYZ | 42.67 | 20.59 | 87.31 | - |
| YUV | 104.1 | 206.96 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 244 | 0.15 | 0.90 | 0 | 0.04 | 290.18 | 0.91 | 0.53 |
| Hex | D0 | 18 | F4 | F | 5A | 0 | 4 | 122 | 5B | 35 |
| Octal | 320 | 30 | 364 | 17 | 132 | 0 | 4 | 442 | 133 | 65 |
| Binary | 11010000 | 11000 | 11110100 | 1111 | 1011010 | 0 | 100 | 100100010 | 1011011 | 110101 |
Color Harmonies of #D018F4
Complementary color
Monochromatic Colors of #D018F4
Black with #D018F4
Text Example
Text Example
White with #D018F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018F4; }
p { color: rgb(208,24,244); }
H1.HeaderClassName
{
color: #D018F4;
}
.AnyTagClassName
{
color: #D018F4;
}
</style>
background-color css
<style>
a { background-color: #D018F4; }
a { background-color: rgb(208,24,244); }
div.DivClassName
{
background-color: #D018F4;
}
.BgClassName
{
background-color: #D018F4;
}
</style>
border-color css
<style>
span { border-color: #D018F4; }
span { border-color: rgb(208,24,244); }
td.TdClassName
{
border-color: #D018F4;
}
.TagClassName
{
border-color: #D018F4;
}
</style>