Shades of Psychedelic Purple #D622FA
Tints of Psychedelic Purple #D622FA
RGB
CMYK
RGB Variations
Color information
#D622FA (or 0xD622FA) is known color: Psychedelic Purple. HEX triplet: D6, 22 and FA. RGB value is (214,34,250). Sum of RGB (Red+Green+Blue) = 214+34+250=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 34 (13.67% from 255 or 6.83% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #D622FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D622FA is #29DD05. Grayscale: #6F6F6F. Windows color (decimal): -2743558 or 16392918. OLE color: 16392918.
HSL color Cylindrical-coordinate representation of color #D622FA: hue angle of 290º 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 #D622FA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 34 | 250 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.02 |
| HSL | 290º | 0.96% | 0.56% | - |
| HSV(B) | 290º | 0.86% | 0.98% | - |
| XYZ | 45.56 | 22.34 | 92.35 | - |
| YUV | 112.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 250 | 0.14 | 0.86 | 0 | 0.02 | 290 | 0.96 | 0.56 |
| Hex | D6 | 22 | FA | E | 56 | 0 | 2 | 122 | 60 | 38 |
| Octal | 326 | 42 | 372 | 16 | 126 | 0 | 2 | 442 | 140 | 70 |
| Binary | 11010110 | 100010 | 11111010 | 1110 | 1010110 | 0 | 10 | 100100010 | 1100000 | 111000 |
Color Harmonies of #D622FA
Complementary color
Monochromatic Colors of #D622FA
Black with #D622FA
Text Example
Text Example
White with #D622FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D622FA; }
p { color: rgb(214,34,250); }
H1.HeaderClassName
{
color: #D622FA;
}
.AnyTagClassName
{
color: #D622FA;
}
</style>
background-color css
<style>
a { background-color: #D622FA; }
a { background-color: rgb(214,34,250); }
div.DivClassName
{
background-color: #D622FA;
}
.BgClassName
{
background-color: #D622FA;
}
</style>
border-color css
<style>
span { border-color: #D622FA; }
span { border-color: rgb(214,34,250); }
td.TdClassName
{
border-color: #D622FA;
}
.TagClassName
{
border-color: #D622FA;
}
</style>