Shades of Psychedelic Purple #D204FF
Tints of Psychedelic Purple #D204FF
RGB
CMYK
RGB Variations
Color information
#D204FF (or 0xD204FF) is known color: Psychedelic Purple. HEX triplet: D2, 04 and FF. RGB value is (210,4,255). Sum of RGB (Red+Green+Blue) = 210+4+255=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 4 (1.95% from 255 or 0.85% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #D204FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D204FF is #2DFB00. Grayscale: #5D5D5D. Windows color (decimal): -3013377 or 16712914. OLE color: 16712914.
HSL color Cylindrical-coordinate representation of color #D204FF: hue angle of 289.24º 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 #D204FF is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 4 | 255 | - |
| CMYK | 0.18 | 0.98 | 0 | 0 |
| HSL | 289.24º | 1% | 0.51% | - |
| HSV(B) | 289.24º | 0.98% | 1% | - |
| XYZ | 44.67 | 21.01 | 96.31 | - |
| YUV | 94.21 | 218.75 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 255 | 0.18 | 0.98 | 0 | 0 | 289.24 | 1 | 0.51 |
| Hex | D2 | 4 | FF | 12 | 62 | 0 | 0 | 121 | 64 | 33 |
| Octal | 322 | 4 | 377 | 22 | 142 | 0 | 0 | 441 | 144 | 63 |
| Binary | 11010010 | 100 | 11111111 | 10010 | 1100010 | 0 | 0 | 100100001 | 1100100 | 110011 |
Color Harmonies of #D204FF
Complementary color
Monochromatic Colors of #D204FF
Black with #D204FF
Text Example
Text Example
White with #D204FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204FF; }
p { color: rgb(210,4,255); }
H1.HeaderClassName
{
color: #D204FF;
}
.AnyTagClassName
{
color: #D204FF;
}
</style>
background-color css
<style>
a { background-color: #D204FF; }
a { background-color: rgb(210,4,255); }
div.DivClassName
{
background-color: #D204FF;
}
.BgClassName
{
background-color: #D204FF;
}
</style>
border-color css
<style>
span { border-color: #D204FF; }
span { border-color: rgb(210,4,255); }
td.TdClassName
{
border-color: #D204FF;
}
.TagClassName
{
border-color: #D204FF;
}
</style>