Shades of Psychedelic Purple #D20FFF
Tints of Psychedelic Purple #D20FFF
RGB
CMYK
RGB Variations
Color information
#D20FFF (or 0xD20FFF) is known color: Psychedelic Purple. HEX triplet: D2, 0F and FF. RGB value is (210,15,255). Sum of RGB (Red+Green+Blue) = 210+15+255=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #D20FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FFF is #2DF000. Grayscale: #636363. Windows color (decimal): -3010561 or 16715730. OLE color: 16715730.
HSL color Cylindrical-coordinate representation of color #D20FFF: hue angle of 288.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20FFF is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 15 | 255 | - |
| CMYK | 0.18 | 0.94 | 0 | 0 |
| HSL | 288.75º | 1% | 0.53% | - |
| HSV(B) | 288.75º | 0.94% | 1% | - |
| XYZ | 44.8 | 21.26 | 96.35 | - |
| YUV | 100.67 | 215.1 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 255 | 0.18 | 0.94 | 0 | 0 | 288.75 | 1 | 0.53 |
| Hex | D2 | F | FF | 12 | 5E | 0 | 0 | 121 | 64 | 35 |
| Octal | 322 | 17 | 377 | 22 | 136 | 0 | 0 | 441 | 144 | 65 |
| Binary | 11010010 | 1111 | 11111111 | 10010 | 1011110 | 0 | 0 | 100100001 | 1100100 | 110101 |
Color Harmonies of #D20FFF
Complementary color
Monochromatic Colors of #D20FFF
Black with #D20FFF
Text Example
Text Example
White with #D20FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20FFF; }
p { color: rgb(210,15,255); }
H1.HeaderClassName
{
color: #D20FFF;
}
.AnyTagClassName
{
color: #D20FFF;
}
</style>
background-color css
<style>
a { background-color: #D20FFF; }
a { background-color: rgb(210,15,255); }
div.DivClassName
{
background-color: #D20FFF;
}
.BgClassName
{
background-color: #D20FFF;
}
</style>
border-color css
<style>
span { border-color: #D20FFF; }
span { border-color: rgb(210,15,255); }
td.TdClassName
{
border-color: #D20FFF;
}
.TagClassName
{
border-color: #D20FFF;
}
</style>