Shades of Psychedelic Purple #D204FE
Tints of Psychedelic Purple #D204FE
RGB
CMYK
RGB Variations
Color information
#D204FE (or 0xD204FE) is known color: Psychedelic Purple. HEX triplet: D2, 04 and FE. RGB value is (210,4,254). Sum of RGB (Red+Green+Blue) = 210+4+254=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #D204FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D204FE is #2DFB01. Grayscale: #5D5D5D. Windows color (decimal): -3013378 or 16647378. OLE color: 16647378.
HSL color Cylindrical-coordinate representation of color #D204FE: hue angle of 289.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204FE is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 4 | 254 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.00 |
| HSL | 289.44º | 0.99% | 0.51% | - |
| HSV(B) | 289.44º | 0.98% | 1% | - |
| XYZ | 44.51 | 20.94 | 95.46 | - |
| YUV | 94.09 | 218.25 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 254 | 0.17 | 0.98 | 0 | 0.00 | 289.44 | 0.99 | 0.51 |
| Hex | D2 | 4 | FE | 11 | 62 | 0 | 0 | 121 | 63 | 33 |
| Octal | 322 | 4 | 376 | 21 | 142 | 0 | 0 | 441 | 143 | 63 |
| Binary | 11010010 | 100 | 11111110 | 10001 | 1100010 | 0 | 0 | 100100001 | 1100011 | 110011 |
Color Harmonies of #D204FE
Complementary color
Monochromatic Colors of #D204FE
Black with #D204FE
Text Example
Text Example
White with #D204FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204FE; }
p { color: rgb(210,4,254); }
H1.HeaderClassName
{
color: #D204FE;
}
.AnyTagClassName
{
color: #D204FE;
}
</style>
background-color css
<style>
a { background-color: #D204FE; }
a { background-color: rgb(210,4,254); }
div.DivClassName
{
background-color: #D204FE;
}
.BgClassName
{
background-color: #D204FE;
}
</style>
border-color css
<style>
span { border-color: #D204FE; }
span { border-color: rgb(210,4,254); }
td.TdClassName
{
border-color: #D204FE;
}
.TagClassName
{
border-color: #D204FE;
}
</style>