Shades of Psychedelic Purple #D218FD
Tints of Psychedelic Purple #D218FD
RGB
CMYK
RGB Variations
Color information
#D218FD (or 0xD218FD) is known color: Psychedelic Purple. HEX triplet: D2, 18 and FD. RGB value is (210,24,253). Sum of RGB (Red+Green+Blue) = 210+24+253=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #D218FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218FD is #2DE702. Grayscale: #686868. Windows color (decimal): -3008259 or 16586962. OLE color: 16586962.
HSL color Cylindrical-coordinate representation of color #D218FD: hue angle of 288.73º 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 #D218FD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 24 | 253 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.01 |
| HSL | 288.73º | 0.98% | 0.54% | - |
| HSV(B) | 288.73º | 0.91% | 0.99% | - |
| XYZ | 44.63 | 21.45 | 94.72 | - |
| YUV | 105.72 | 211.12 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 253 | 0.17 | 0.91 | 0 | 0.01 | 288.73 | 0.98 | 0.54 |
| Hex | D2 | 18 | FD | 11 | 5B | 0 | 1 | 121 | 62 | 36 |
| Octal | 322 | 30 | 375 | 21 | 133 | 0 | 1 | 441 | 142 | 66 |
| Binary | 11010010 | 11000 | 11111101 | 10001 | 1011011 | 0 | 1 | 100100001 | 1100010 | 110110 |
Color Harmonies of #D218FD
Complementary color
Monochromatic Colors of #D218FD
Black with #D218FD
Text Example
Text Example
White with #D218FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218FD; }
p { color: rgb(210,24,253); }
H1.HeaderClassName
{
color: #D218FD;
}
.AnyTagClassName
{
color: #D218FD;
}
</style>
background-color css
<style>
a { background-color: #D218FD; }
a { background-color: rgb(210,24,253); }
div.DivClassName
{
background-color: #D218FD;
}
.BgClassName
{
background-color: #D218FD;
}
</style>
border-color css
<style>
span { border-color: #D218FD; }
span { border-color: rgb(210,24,253); }
td.TdClassName
{
border-color: #D218FD;
}
.TagClassName
{
border-color: #D218FD;
}
</style>