Shades of Psychedelic Purple #D201E6
Tints of Psychedelic Purple #D201E6
RGB
CMYK
RGB Variations
Color information
#D201E6 (or 0xD201E6) is known color: Psychedelic Purple. HEX triplet: D2, 01 and E6. RGB value is (210,1,230). Sum of RGB (Red+Green+Blue) = 210+1+230=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 1 (0.78% from 255 or 0.23% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #D201E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201E6 is #2DFE19. Grayscale: #585858. Windows color (decimal): -3014170 or 15073746. OLE color: 15073746.
HSL color Cylindrical-coordinate representation of color #D201E6: hue angle of 294.76º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201E6 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 1 | 230 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.10 |
| HSL | 294.76º | 0.99% | 0.45% | - |
| HSV(B) | 294.76º | 1% | 0.9% | - |
| XYZ | 40.87 | 19.44 | 76.46 | - |
| YUV | 89.6 | 207.24 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 230 | 0.09 | 1.00 | 0 | 0.10 | 294.76 | 0.99 | 0.45 |
| Hex | D2 | 1 | E6 | 9 | 64 | 0 | A | 127 | 63 | 2D |
| Octal | 322 | 1 | 346 | 11 | 144 | 0 | 12 | 447 | 143 | 55 |
| Binary | 11010010 | 1 | 11100110 | 1001 | 1100100 | 0 | 1010 | 100100111 | 1100011 | 101101 |
Color Harmonies of #D201E6
Complementary color
Monochromatic Colors of #D201E6
Black with #D201E6
Text Example
Text Example
White with #D201E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201E6; }
p { color: rgb(210,1,230); }
H1.HeaderClassName
{
color: #D201E6;
}
.AnyTagClassName
{
color: #D201E6;
}
</style>
background-color css
<style>
a { background-color: #D201E6; }
a { background-color: rgb(210,1,230); }
div.DivClassName
{
background-color: #D201E6;
}
.BgClassName
{
background-color: #D201E6;
}
</style>
border-color css
<style>
span { border-color: #D201E6; }
span { border-color: rgb(210,1,230); }
td.TdClassName
{
border-color: #D201E6;
}
.TagClassName
{
border-color: #D201E6;
}
</style>