Shades of Psychedelic Purple #D618FF
Tints of Psychedelic Purple #D618FF
RGB
CMYK
RGB Variations
Color information
#D618FF (or 0xD618FF) is known color: Psychedelic Purple. HEX triplet: D6, 18 and FF. RGB value is (214,24,255). Sum of RGB (Red+Green+Blue) = 214+24+255=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #D618FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618FF is #29E700. Grayscale: #6A6A6A. Windows color (decimal): -2746113 or 16718038. OLE color: 16718038.
HSL color Cylindrical-coordinate representation of color #D618FF: hue angle of 289.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D618FF is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 24 | 255 | - |
| CMYK | 0.16 | 0.91 | 0 | 0 |
| HSL | 289.35º | 1% | 0.55% | - |
| HSV(B) | 289.35º | 0.91% | 1% | - |
| XYZ | 46.11 | 22.17 | 96.46 | - |
| YUV | 107.14 | 211.45 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 255 | 0.16 | 0.91 | 0 | 0 | 289.35 | 1 | 0.55 |
| Hex | D6 | 18 | FF | 10 | 5B | 0 | 0 | 121 | 64 | 37 |
| Octal | 326 | 30 | 377 | 20 | 133 | 0 | 0 | 441 | 144 | 67 |
| Binary | 11010110 | 11000 | 11111111 | 10000 | 1011011 | 0 | 0 | 100100001 | 1100100 | 110111 |
Color Harmonies of #D618FF
Complementary color
Monochromatic Colors of #D618FF
Black with #D618FF
Text Example
Text Example
White with #D618FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618FF; }
p { color: rgb(214,24,255); }
H1.HeaderClassName
{
color: #D618FF;
}
.AnyTagClassName
{
color: #D618FF;
}
</style>
background-color css
<style>
a { background-color: #D618FF; }
a { background-color: rgb(214,24,255); }
div.DivClassName
{
background-color: #D618FF;
}
.BgClassName
{
background-color: #D618FF;
}
</style>
border-color css
<style>
span { border-color: #D618FF; }
span { border-color: rgb(214,24,255); }
td.TdClassName
{
border-color: #D618FF;
}
.TagClassName
{
border-color: #D618FF;
}
</style>