Shades of Psychedelic Purple #D018F2
Tints of Psychedelic Purple #D018F2
RGB
CMYK
RGB Variations
Color information
#D018F2 (or 0xD018F2) is known color: Psychedelic Purple. HEX triplet: D0, 18 and F2. RGB value is (208,24,242). Sum of RGB (Red+Green+Blue) = 208+24+242=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #D018F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018F2 is #2FE70D. Grayscale: #676767. Windows color (decimal): -3139342 or 15866064. OLE color: 15866064.
HSL color Cylindrical-coordinate representation of color #D018F2: hue angle of 290.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D018F2 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 24 | 242 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.05 |
| HSL | 290.64º | 0.89% | 0.52% | - |
| HSV(B) | 290.64º | 0.9% | 0.95% | - |
| XYZ | 42.37 | 20.47 | 85.72 | - |
| YUV | 103.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 242 | 0.14 | 0.90 | 0 | 0.05 | 290.64 | 0.89 | 0.52 |
| Hex | D0 | 18 | F2 | E | 5A | 0 | 5 | 123 | 59 | 34 |
| Octal | 320 | 30 | 362 | 16 | 132 | 0 | 5 | 443 | 131 | 64 |
| Binary | 11010000 | 11000 | 11110010 | 1110 | 1011010 | 0 | 101 | 100100011 | 1011001 | 110100 |
Color Harmonies of #D018F2
Complementary color
Monochromatic Colors of #D018F2
Black with #D018F2
Text Example
Text Example
White with #D018F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018F2; }
p { color: rgb(208,24,242); }
H1.HeaderClassName
{
color: #D018F2;
}
.AnyTagClassName
{
color: #D018F2;
}
</style>
background-color css
<style>
a { background-color: #D018F2; }
a { background-color: rgb(208,24,242); }
div.DivClassName
{
background-color: #D018F2;
}
.BgClassName
{
background-color: #D018F2;
}
</style>
border-color css
<style>
span { border-color: #D018F2; }
span { border-color: rgb(208,24,242); }
td.TdClassName
{
border-color: #D018F2;
}
.TagClassName
{
border-color: #D018F2;
}
</style>