Shades of Psychedelic Purple #D205FF
Tints of Psychedelic Purple #D205FF
RGB
CMYK
RGB Variations
Color information
#D205FF (or 0xD205FF) is known color: Psychedelic Purple. HEX triplet: D2, 05 and FF. RGB value is (210,5,255). Sum of RGB (Red+Green+Blue) = 210+5+255=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #D205FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D205FF is #2DFA00. Grayscale: #5E5E5E. Windows color (decimal): -3013121 or 16713170. OLE color: 16713170.
HSL color Cylindrical-coordinate representation of color #D205FF: hue angle of 289.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D205FF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 5 | 255 | - |
| CMYK | 0.18 | 0.98 | 0 | 0 |
| HSL | 289.2º | 1% | 0.51% | - |
| HSV(B) | 289.2º | 0.98% | 1% | - |
| XYZ | 44.68 | 21.03 | 96.31 | - |
| YUV | 94.8 | 218.42 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 255 | 0.18 | 0.98 | 0 | 0 | 289.2 | 1 | 0.51 |
| Hex | D2 | 5 | FF | 12 | 62 | 0 | 0 | 121 | 64 | 33 |
| Octal | 322 | 5 | 377 | 22 | 142 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11010010 | 101 | 11111111 | 10010 | 1100010 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #D205FF
Complementary color
Monochromatic Colors of #D205FF
Black with #D205FF
Text Example
Text Example
White with #D205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205FF; }
p { color: rgb(210,5,255); }
H1.HeaderClassName
{
color: #D205FF;
}
.AnyTagClassName
{
color: #D205FF;
}
</style>
background-color css
<style>
a { background-color: #D205FF; }
a { background-color: rgb(210,5,255); }
div.DivClassName
{
background-color: #D205FF;
}
.BgClassName
{
background-color: #D205FF;
}
</style>
border-color css
<style>
span { border-color: #D205FF; }
span { border-color: rgb(210,5,255); }
td.TdClassName
{
border-color: #D205FF;
}
.TagClassName
{
border-color: #D205FF;
}
</style>