Shades of Psychedelic Purple #D022FC
Tints of Psychedelic Purple #D022FC
RGB
CMYK
RGB Variations
Color information
#D022FC (or 0xD022FC) is known color: Psychedelic Purple. HEX triplet: D0, 22 and FC. RGB value is (208,34,252). Sum of RGB (Red+Green+Blue) = 208+34+252=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 34 (13.67% from 255 or 6.88% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #D022FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D022FC is #2FDD03. Grayscale: #6E6E6E. Windows color (decimal): -3136772 or 16523984. OLE color: 16523984.
HSL color Cylindrical-coordinate representation of color #D022FC: hue angle of 287.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D022FC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 34 | 252 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.01 |
| HSL | 287.89º | 0.97% | 0.56% | - |
| HSV(B) | 287.89º | 0.87% | 0.99% | - |
| XYZ | 44.16 | 21.58 | 93.93 | - |
| YUV | 110.88 | 207.65 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 252 | 0.17 | 0.87 | 0 | 0.01 | 287.89 | 0.97 | 0.56 |
| Hex | D0 | 22 | FC | 11 | 57 | 0 | 1 | 120 | 61 | 38 |
| Octal | 320 | 42 | 374 | 21 | 127 | 0 | 1 | 440 | 141 | 70 |
| Binary | 11010000 | 100010 | 11111100 | 10001 | 1010111 | 0 | 1 | 100100000 | 1100001 | 111000 |
Color Harmonies of #D022FC
Complementary color
Monochromatic Colors of #D022FC
Black with #D022FC
Text Example
Text Example
White with #D022FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022FC; }
p { color: rgb(208,34,252); }
H1.HeaderClassName
{
color: #D022FC;
}
.AnyTagClassName
{
color: #D022FC;
}
</style>
background-color css
<style>
a { background-color: #D022FC; }
a { background-color: rgb(208,34,252); }
div.DivClassName
{
background-color: #D022FC;
}
.BgClassName
{
background-color: #D022FC;
}
</style>
border-color css
<style>
span { border-color: #D022FC; }
span { border-color: rgb(208,34,252); }
td.TdClassName
{
border-color: #D022FC;
}
.TagClassName
{
border-color: #D022FC;
}
</style>