Shades of Psychedelic Purple #D004FC
Tints of Psychedelic Purple #D004FC
RGB
CMYK
RGB Variations
Color information
#D004FC (or 0xD004FC) is known color: Psychedelic Purple. HEX triplet: D0, 04 and FC. RGB value is (208,4,252). Sum of RGB (Red+Green+Blue) = 208+4+252=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 4 (1.95% from 255 or 0.86% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #D004FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004FC is #2FFB03. Grayscale: #5C5C5C. Windows color (decimal): -3144452 or 16516304. OLE color: 16516304.
HSL color Cylindrical-coordinate representation of color #D004FC: hue angle of 289.35º 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 #D004FC is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 4 | 252 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.01 |
| HSL | 289.35º | 0.98% | 0.5% | - |
| HSV(B) | 289.35º | 0.98% | 0.99% | - |
| XYZ | 43.63 | 20.53 | 93.76 | - |
| YUV | 93.27 | 217.59 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 252 | 0.17 | 0.98 | 0 | 0.01 | 289.35 | 0.98 | 0.5 |
| Hex | D0 | 4 | FC | 11 | 62 | 0 | 1 | 121 | 62 | 32 |
| Octal | 320 | 4 | 374 | 21 | 142 | 0 | 1 | 441 | 142 | 62 |
| Binary | 11010000 | 100 | 11111100 | 10001 | 1100010 | 0 | 1 | 100100001 | 1100010 | 110010 |
Color Harmonies of #D004FC
Complementary color
Monochromatic Colors of #D004FC
Black with #D004FC
Text Example
Text Example
White with #D004FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004FC; }
p { color: rgb(208,4,252); }
H1.HeaderClassName
{
color: #D004FC;
}
.AnyTagClassName
{
color: #D004FC;
}
</style>
background-color css
<style>
a { background-color: #D004FC; }
a { background-color: rgb(208,4,252); }
div.DivClassName
{
background-color: #D004FC;
}
.BgClassName
{
background-color: #D004FC;
}
</style>
border-color css
<style>
span { border-color: #D004FC; }
span { border-color: rgb(208,4,252); }
td.TdClassName
{
border-color: #D004FC;
}
.TagClassName
{
border-color: #D004FC;
}
</style>