Shades of Psychedelic Purple #D204FD
Tints of Psychedelic Purple #D204FD
RGB
CMYK
RGB Variations
Color information
#D204FD (or 0xD204FD) is known color: Psychedelic Purple. HEX triplet: D2, 04 and FD. RGB value is (210,4,253). Sum of RGB (Red+Green+Blue) = 210+4+253=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 4 (1.95% from 255 or 0.86% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #D204FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D204FD is #2DFB02. Grayscale: #5D5D5D. Windows color (decimal): -3013379 or 16581842. OLE color: 16581842.
HSL color Cylindrical-coordinate representation of color #D204FD: hue angle of 289.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204FD is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 4 | 253 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.64º | 0.98% | 0.5% | - |
| HSV(B) | 289.64º | 0.98% | 0.99% | - |
| XYZ | 44.35 | 20.88 | 94.62 | - |
| YUV | 93.98 | 217.75 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 253 | 0.17 | 0.98 | 0 | 0.01 | 289.64 | 0.98 | 0.5 |
| Hex | D2 | 4 | FD | 11 | 62 | 0 | 1 | 122 | 62 | 32 |
| Octal | 322 | 4 | 375 | 21 | 142 | 0 | 1 | 442 | 142 | 62 |
| Binary | 11010010 | 100 | 11111101 | 10001 | 1100010 | 0 | 1 | 100100010 | 1100010 | 110010 |
Color Harmonies of #D204FD
Complementary color
Monochromatic Colors of #D204FD
Black with #D204FD
Text Example
Text Example
White with #D204FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204FD; }
p { color: rgb(210,4,253); }
H1.HeaderClassName
{
color: #D204FD;
}
.AnyTagClassName
{
color: #D204FD;
}
</style>
background-color css
<style>
a { background-color: #D204FD; }
a { background-color: rgb(210,4,253); }
div.DivClassName
{
background-color: #D204FD;
}
.BgClassName
{
background-color: #D204FD;
}
</style>
border-color css
<style>
span { border-color: #D204FD; }
span { border-color: rgb(210,4,253); }
td.TdClassName
{
border-color: #D204FD;
}
.TagClassName
{
border-color: #D204FD;
}
</style>