Shades of Psychedelic Purple #D205FD
Tints of Psychedelic Purple #D205FD
RGB
CMYK
RGB Variations
Color information
#D205FD (or 0xD205FD) is known color: Psychedelic Purple. HEX triplet: D2, 05 and FD. RGB value is (210,5,253). Sum of RGB (Red+Green+Blue) = 210+5+253=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #D205FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D205FD is #2DFA02. Grayscale: #5D5D5D. Windows color (decimal): -3013123 or 16582098. OLE color: 16582098.
HSL color Cylindrical-coordinate representation of color #D205FD: hue angle of 289.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D205FD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 5 | 253 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.6º | 0.98% | 0.51% | - |
| HSV(B) | 289.6º | 0.98% | 0.99% | - |
| XYZ | 44.36 | 20.9 | 94.62 | - |
| YUV | 94.57 | 217.42 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 253 | 0.17 | 0.98 | 0 | 0.01 | 289.6 | 0.98 | 0.51 |
| Hex | D2 | 5 | FD | 11 | 62 | 0 | 1 | 122 | 62 | 33 |
| Octal | 322 | 5 | 375 | 21 | 142 | 0 | 1 | 442 | 142 | 63 |
| Binary | 11010010 | 101 | 11111101 | 10001 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110011 |
Color Harmonies of #D205FD
Complementary color
Monochromatic Colors of #D205FD
Black with #D205FD
Text Example
Text Example
White with #D205FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205FD; }
p { color: rgb(210,5,253); }
H1.HeaderClassName
{
color: #D205FD;
}
.AnyTagClassName
{
color: #D205FD;
}
</style>
background-color css
<style>
a { background-color: #D205FD; }
a { background-color: rgb(210,5,253); }
div.DivClassName
{
background-color: #D205FD;
}
.BgClassName
{
background-color: #D205FD;
}
</style>
border-color css
<style>
span { border-color: #D205FD; }
span { border-color: rgb(210,5,253); }
td.TdClassName
{
border-color: #D205FD;
}
.TagClassName
{
border-color: #D205FD;
}
</style>