Shades of Psychedelic Purple #D204E6
Tints of Psychedelic Purple #D204E6
RGB
CMYK
RGB Variations
Color information
#D204E6 (or 0xD204E6) is known color: Psychedelic Purple. HEX triplet: D2, 04 and E6. RGB value is (210,4,230). Sum of RGB (Red+Green+Blue) = 210+4+230=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #D204E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D204E6 is #2DFB19. Grayscale: #5A5A5A. Windows color (decimal): -3013402 or 15074514. OLE color: 15074514.
HSL color Cylindrical-coordinate representation of color #D204E6: hue angle of 294.69º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204E6 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 4 | 230 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.10 |
| HSL | 294.69º | 0.97% | 0.46% | - |
| HSV(B) | 294.69º | 0.98% | 0.9% | - |
| XYZ | 40.9 | 19.5 | 76.47 | - |
| YUV | 91.36 | 206.25 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 230 | 0.09 | 0.98 | 0 | 0.10 | 294.69 | 0.97 | 0.46 |
| Hex | D2 | 4 | E6 | 9 | 62 | 0 | A | 127 | 61 | 2E |
| Octal | 322 | 4 | 346 | 11 | 142 | 0 | 12 | 447 | 141 | 56 |
| Binary | 11010010 | 100 | 11100110 | 1001 | 1100010 | 0 | 1010 | 100100111 | 1100001 | 101110 |
Color Harmonies of #D204E6
Complementary color
Monochromatic Colors of #D204E6
Black with #D204E6
Text Example
Text Example
White with #D204E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204E6; }
p { color: rgb(210,4,230); }
H1.HeaderClassName
{
color: #D204E6;
}
.AnyTagClassName
{
color: #D204E6;
}
</style>
background-color css
<style>
a { background-color: #D204E6; }
a { background-color: rgb(210,4,230); }
div.DivClassName
{
background-color: #D204E6;
}
.BgClassName
{
background-color: #D204E6;
}
</style>
border-color css
<style>
span { border-color: #D204E6; }
span { border-color: rgb(210,4,230); }
td.TdClassName
{
border-color: #D204E6;
}
.TagClassName
{
border-color: #D204E6;
}
</style>