Shades of Psychedelic Purple #D205ED
Tints of Psychedelic Purple #D205ED
RGB
CMYK
RGB Variations
Color information
#D205ED (or 0xD205ED) is known color: Psychedelic Purple. HEX triplet: D2, 05 and ED. RGB value is (210,5,237). Sum of RGB (Red+Green+Blue) = 210+5+237=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #D205ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D205ED is #2DFA12. Grayscale: #5C5C5C. Windows color (decimal): -3013139 or 15533522. OLE color: 15533522.
HSL color Cylindrical-coordinate representation of color #D205ED: hue angle of 293.02º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D205ED is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 5 | 237 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.02º | 0.96% | 0.47% | - |
| HSV(B) | 293.02º | 0.98% | 0.93% | - |
| XYZ | 41.92 | 19.92 | 81.76 | - |
| YUV | 92.74 | 209.42 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 237 | 0.11 | 0.98 | 0 | 0.07 | 293.02 | 0.96 | 0.47 |
| Hex | D2 | 5 | ED | B | 62 | 0 | 7 | 125 | 60 | 2F |
| Octal | 322 | 5 | 355 | 13 | 142 | 0 | 7 | 445 | 140 | 57 |
| Binary | 11010010 | 101 | 11101101 | 1011 | 1100010 | 0 | 111 | 100100101 | 1100000 | 101111 |
Color Harmonies of #D205ED
Complementary color
Monochromatic Colors of #D205ED
Black with #D205ED
Text Example
Text Example
White with #D205ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205ED; }
p { color: rgb(210,5,237); }
H1.HeaderClassName
{
color: #D205ED;
}
.AnyTagClassName
{
color: #D205ED;
}
</style>
background-color css
<style>
a { background-color: #D205ED; }
a { background-color: rgb(210,5,237); }
div.DivClassName
{
background-color: #D205ED;
}
.BgClassName
{
background-color: #D205ED;
}
</style>
border-color css
<style>
span { border-color: #D205ED; }
span { border-color: rgb(210,5,237); }
td.TdClassName
{
border-color: #D205ED;
}
.TagClassName
{
border-color: #D205ED;
}
</style>