Shades of Psychedelic Purple #D022FB
Tints of Psychedelic Purple #D022FB
RGB
CMYK
RGB Variations
Color information
#D022FB (or 0xD022FB) is known color: Psychedelic Purple. HEX triplet: D0, 22 and FB. RGB value is (208,34,251). Sum of RGB (Red+Green+Blue) = 208+34+251=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 34 (13.67% from 255 or 6.90% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #D022FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D022FB is #2FDD04. Grayscale: #6E6E6E. Windows color (decimal): -3136773 or 16458448. OLE color: 16458448.
HSL color Cylindrical-coordinate representation of color #D022FB: hue angle of 288.11º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D022FB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 34 | 251 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.02 |
| HSL | 288.11º | 0.96% | 0.56% | - |
| HSV(B) | 288.11º | 0.86% | 0.98% | - |
| XYZ | 44 | 21.52 | 93.1 | - |
| YUV | 110.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 251 | 0.17 | 0.86 | 0 | 0.02 | 288.11 | 0.96 | 0.56 |
| Hex | D0 | 22 | FB | 11 | 56 | 0 | 2 | 120 | 60 | 38 |
| Octal | 320 | 42 | 373 | 21 | 126 | 0 | 2 | 440 | 140 | 70 |
| Binary | 11010000 | 100010 | 11111011 | 10001 | 1010110 | 0 | 10 | 100100000 | 1100000 | 111000 |
Color Harmonies of #D022FB
Complementary color
Monochromatic Colors of #D022FB
Black with #D022FB
Text Example
Text Example
White with #D022FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D022FB; }
p { color: rgb(208,34,251); }
H1.HeaderClassName
{
color: #D022FB;
}
.AnyTagClassName
{
color: #D022FB;
}
</style>
background-color css
<style>
a { background-color: #D022FB; }
a { background-color: rgb(208,34,251); }
div.DivClassName
{
background-color: #D022FB;
}
.BgClassName
{
background-color: #D022FB;
}
</style>
border-color css
<style>
span { border-color: #D022FB; }
span { border-color: rgb(208,34,251); }
td.TdClassName
{
border-color: #D022FB;
}
.TagClassName
{
border-color: #D022FB;
}
</style>