Shades of Psychedelic Purple #D205E6
Tints of Psychedelic Purple #D205E6
RGB
CMYK
RGB Variations
Color information
#D205E6 (or 0xD205E6) is known color: Psychedelic Purple. HEX triplet: D2, 05 and E6. RGB value is (210,5,230). Sum of RGB (Red+Green+Blue) = 210+5+230=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #D205E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D205E6 is #2DFA19. Grayscale: #5B5B5B. Windows color (decimal): -3013146 or 15074770. OLE color: 15074770.
HSL color Cylindrical-coordinate representation of color #D205E6: hue angle of 294.67º degrees, saturation: 0.96, 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 #D205E6 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 5 | 230 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.10 |
| HSL | 294.67º | 0.96% | 0.46% | - |
| HSV(B) | 294.67º | 0.98% | 0.9% | - |
| XYZ | 40.92 | 19.52 | 76.47 | - |
| YUV | 91.95 | 205.92 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 230 | 0.09 | 0.98 | 0 | 0.10 | 294.67 | 0.96 | 0.46 |
| Hex | D2 | 5 | E6 | 9 | 62 | 0 | A | 127 | 60 | 2E |
| Octal | 322 | 5 | 346 | 11 | 142 | 0 | 12 | 447 | 140 | 56 |
| Binary | 11010010 | 101 | 11100110 | 1001 | 1100010 | 0 | 1010 | 100100111 | 1100000 | 101110 |
Color Harmonies of #D205E6
Complementary color
Monochromatic Colors of #D205E6
Black with #D205E6
Text Example
Text Example
White with #D205E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205E6; }
p { color: rgb(210,5,230); }
H1.HeaderClassName
{
color: #D205E6;
}
.AnyTagClassName
{
color: #D205E6;
}
</style>
background-color css
<style>
a { background-color: #D205E6; }
a { background-color: rgb(210,5,230); }
div.DivClassName
{
background-color: #D205E6;
}
.BgClassName
{
background-color: #D205E6;
}
</style>
border-color css
<style>
span { border-color: #D205E6; }
span { border-color: rgb(210,5,230); }
td.TdClassName
{
border-color: #D205E6;
}
.TagClassName
{
border-color: #D205E6;
}
</style>