Shades of Psychedelic Purple #D018F3
Tints of Psychedelic Purple #D018F3
RGB
CMYK
RGB Variations
Color information
#D018F3 (or 0xD018F3) is known color: Psychedelic Purple. HEX triplet: D0, 18 and F3. RGB value is (208,24,243). Sum of RGB (Red+Green+Blue) = 208+24+243=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #D018F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018F3 is #2FE70C. Grayscale: #676767. Windows color (decimal): -3139341 or 15931600. OLE color: 15931600.
HSL color Cylindrical-coordinate representation of color #D018F3: hue angle of 290.41º degrees, saturation: 0.9, 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 #D018F3 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 24 | 243 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.05 |
| HSL | 290.41º | 0.9% | 0.52% | - |
| HSV(B) | 290.41º | 0.9% | 0.95% | - |
| XYZ | 42.52 | 20.53 | 86.52 | - |
| YUV | 103.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 243 | 0.14 | 0.90 | 0 | 0.05 | 290.41 | 0.9 | 0.52 |
| Hex | D0 | 18 | F3 | E | 5A | 0 | 5 | 122 | 5A | 34 |
| Octal | 320 | 30 | 363 | 16 | 132 | 0 | 5 | 442 | 132 | 64 |
| Binary | 11010000 | 11000 | 11110011 | 1110 | 1011010 | 0 | 101 | 100100010 | 1011010 | 110100 |
Color Harmonies of #D018F3
Complementary color
Monochromatic Colors of #D018F3
Black with #D018F3
Text Example
Text Example
White with #D018F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018F3; }
p { color: rgb(208,24,243); }
H1.HeaderClassName
{
color: #D018F3;
}
.AnyTagClassName
{
color: #D018F3;
}
</style>
background-color css
<style>
a { background-color: #D018F3; }
a { background-color: rgb(208,24,243); }
div.DivClassName
{
background-color: #D018F3;
}
.BgClassName
{
background-color: #D018F3;
}
</style>
border-color css
<style>
span { border-color: #D018F3; }
span { border-color: rgb(208,24,243); }
td.TdClassName
{
border-color: #D018F3;
}
.TagClassName
{
border-color: #D018F3;
}
</style>