Shades of Psychedelic Purple #D618FD
Tints of Psychedelic Purple #D618FD
RGB
CMYK
RGB Variations
Color information
#D618FD (or 0xD618FD) is known color: Psychedelic Purple. HEX triplet: D6, 18 and FD. RGB value is (214,24,253). Sum of RGB (Red+Green+Blue) = 214+24+253=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D618FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D618FD is #29E702. Grayscale: #6A6A6A. Windows color (decimal): -2746115 or 16586966. OLE color: 16586966.
HSL color Cylindrical-coordinate representation of color #D618FD: hue angle of 289.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D618FD is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 24 | 253 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.01 |
| HSL | 289.78º | 0.98% | 0.54% | - |
| HSV(B) | 289.78º | 0.91% | 0.99% | - |
| XYZ | 45.79 | 22.04 | 94.77 | - |
| YUV | 106.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 253 | 0.15 | 0.91 | 0 | 0.01 | 289.78 | 0.98 | 0.54 |
| Hex | D6 | 18 | FD | F | 5B | 0 | 1 | 122 | 62 | 36 |
| Octal | 326 | 30 | 375 | 17 | 133 | 0 | 1 | 442 | 142 | 66 |
| Binary | 11010110 | 11000 | 11111101 | 1111 | 1011011 | 0 | 1 | 100100010 | 1100010 | 110110 |
Color Harmonies of #D618FD
Complementary color
Monochromatic Colors of #D618FD
Black with #D618FD
Text Example
Text Example
White with #D618FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618FD; }
p { color: rgb(214,24,253); }
H1.HeaderClassName
{
color: #D618FD;
}
.AnyTagClassName
{
color: #D618FD;
}
</style>
background-color css
<style>
a { background-color: #D618FD; }
a { background-color: rgb(214,24,253); }
div.DivClassName
{
background-color: #D618FD;
}
.BgClassName
{
background-color: #D618FD;
}
</style>
border-color css
<style>
span { border-color: #D618FD; }
span { border-color: rgb(214,24,253); }
td.TdClassName
{
border-color: #D618FD;
}
.TagClassName
{
border-color: #D618FD;
}
</style>