Shades of Psychedelic Purple #D018FB
Tints of Psychedelic Purple #D018FB
RGB
CMYK
RGB Variations
Color information
#D018FB (or 0xD018FB) is known color: Psychedelic Purple. HEX triplet: D0, 18 and FB. RGB value is (208,24,251). Sum of RGB (Red+Green+Blue) = 208+24+251=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #D018FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D018FB is #2FE704. Grayscale: #686868. Windows color (decimal): -3139333 or 16455888. OLE color: 16455888.
HSL color Cylindrical-coordinate representation of color #D018FB: hue angle of 288.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D018FB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 24 | 251 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.02 |
| HSL | 288.63º | 0.97% | 0.54% | - |
| HSV(B) | 288.63º | 0.9% | 0.98% | - |
| XYZ | 43.75 | 21.03 | 93.02 | - |
| YUV | 104.89 | 210.46 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 251 | 0.17 | 0.90 | 0 | 0.02 | 288.63 | 0.97 | 0.54 |
| Hex | D0 | 18 | FB | 11 | 5A | 0 | 2 | 121 | 61 | 36 |
| Octal | 320 | 30 | 373 | 21 | 132 | 0 | 2 | 441 | 141 | 66 |
| Binary | 11010000 | 11000 | 11111011 | 10001 | 1011010 | 0 | 10 | 100100001 | 1100001 | 110110 |
Color Harmonies of #D018FB
Complementary color
Monochromatic Colors of #D018FB
Black with #D018FB
Text Example
Text Example
White with #D018FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D018FB; }
p { color: rgb(208,24,251); }
H1.HeaderClassName
{
color: #D018FB;
}
.AnyTagClassName
{
color: #D018FB;
}
</style>
background-color css
<style>
a { background-color: #D018FB; }
a { background-color: rgb(208,24,251); }
div.DivClassName
{
background-color: #D018FB;
}
.BgClassName
{
background-color: #D018FB;
}
</style>
border-color css
<style>
span { border-color: #D018FB; }
span { border-color: rgb(208,24,251); }
td.TdClassName
{
border-color: #D018FB;
}
.TagClassName
{
border-color: #D018FB;
}
</style>