Shades of Psychedelic Purple #D203E6
Tints of Psychedelic Purple #D203E6
RGB
CMYK
RGB Variations
Color information
#D203E6 (or 0xD203E6) is known color: Psychedelic Purple. HEX triplet: D2, 03 and E6. RGB value is (210,3,230). Sum of RGB (Red+Green+Blue) = 210+3+230=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #D203E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D203E6 is #2DFC19. Grayscale: #5A5A5A. Windows color (decimal): -3013658 or 15074258. OLE color: 15074258.
HSL color Cylindrical-coordinate representation of color #D203E6: hue angle of 294.71º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D203E6 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 3 | 230 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.10 |
| HSL | 294.71º | 0.97% | 0.46% | - |
| HSV(B) | 294.71º | 0.99% | 0.9% | - |
| XYZ | 40.89 | 19.48 | 76.47 | - |
| YUV | 90.77 | 206.58 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 230 | 0.09 | 0.99 | 0 | 0.10 | 294.71 | 0.97 | 0.46 |
| Hex | D2 | 3 | E6 | 9 | 63 | 0 | A | 127 | 61 | 2E |
| Octal | 322 | 3 | 346 | 11 | 143 | 0 | 12 | 447 | 141 | 56 |
| Binary | 11010010 | 11 | 11100110 | 1001 | 1100011 | 0 | 1010 | 100100111 | 1100001 | 101110 |
Color Harmonies of #D203E6
Complementary color
Monochromatic Colors of #D203E6
Black with #D203E6
Text Example
Text Example
White with #D203E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D203E6; }
p { color: rgb(210,3,230); }
H1.HeaderClassName
{
color: #D203E6;
}
.AnyTagClassName
{
color: #D203E6;
}
</style>
background-color css
<style>
a { background-color: #D203E6; }
a { background-color: rgb(210,3,230); }
div.DivClassName
{
background-color: #D203E6;
}
.BgClassName
{
background-color: #D203E6;
}
</style>
border-color css
<style>
span { border-color: #D203E6; }
span { border-color: rgb(210,3,230); }
td.TdClassName
{
border-color: #D203E6;
}
.TagClassName
{
border-color: #D203E6;
}
</style>