Shades of Psychedelic Purple #D20EFF
Tints of Psychedelic Purple #D20EFF
RGB
CMYK
RGB Variations
Color information
#D20EFF (or 0xD20EFF) is known color: Psychedelic Purple. HEX triplet: D2, 0E and FF. RGB value is (210,14,255). Sum of RGB (Red+Green+Blue) = 210+14+255=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #D20EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20EFF is #2DF100. Grayscale: #636363. Windows color (decimal): -3010817 or 16715474. OLE color: 16715474.
HSL color Cylindrical-coordinate representation of color #D20EFF: hue angle of 288.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20EFF is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 14 | 255 | - |
| CMYK | 0.18 | 0.95 | 0 | 0 |
| HSL | 288.8º | 1% | 0.53% | - |
| HSV(B) | 288.8º | 0.95% | 1% | - |
| XYZ | 44.79 | 21.24 | 96.35 | - |
| YUV | 100.08 | 215.43 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 255 | 0.18 | 0.95 | 0 | 0 | 288.8 | 1 | 0.53 |
| Hex | D2 | E | FF | 12 | 5F | 0 | 0 | 121 | 64 | 35 |
| Octal | 322 | 16 | 377 | 22 | 137 | 0 | 0 | 441 | 144 | 65 |
| Binary | 11010010 | 1110 | 11111111 | 10010 | 1011111 | 0 | 0 | 100100001 | 1100100 | 110101 |
Color Harmonies of #D20EFF
Complementary color
Monochromatic Colors of #D20EFF
Black with #D20EFF
Text Example
Text Example
White with #D20EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EFF; }
p { color: rgb(210,14,255); }
H1.HeaderClassName
{
color: #D20EFF;
}
.AnyTagClassName
{
color: #D20EFF;
}
</style>
background-color css
<style>
a { background-color: #D20EFF; }
a { background-color: rgb(210,14,255); }
div.DivClassName
{
background-color: #D20EFF;
}
.BgClassName
{
background-color: #D20EFF;
}
</style>
border-color css
<style>
span { border-color: #D20EFF; }
span { border-color: rgb(210,14,255); }
td.TdClassName
{
border-color: #D20EFF;
}
.TagClassName
{
border-color: #D20EFF;
}
</style>