Shades of Psychedelic Purple #D620F3
Tints of Psychedelic Purple #D620F3
RGB
CMYK
RGB Variations
Color information
#D620F3 (or 0xD620F3) is known color: Psychedelic Purple. HEX triplet: D6, 20 and F3. RGB value is (214,32,243). Sum of RGB (Red+Green+Blue) = 214+32+243=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #D620F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D620F3 is #29DF0C. Grayscale: #6D6D6D. Windows color (decimal): -2744077 or 15933654. OLE color: 15933654.
HSL color Cylindrical-coordinate representation of color #D620F3: hue angle of 291.75º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D620F3 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 32 | 243 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.05 |
| HSL | 291.75º | 0.9% | 0.54% | - |
| HSV(B) | 291.75º | 0.87% | 0.95% | - |
| XYZ | 44.43 | 21.8 | 86.66 | - |
| YUV | 110.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 243 | 0.12 | 0.87 | 0 | 0.05 | 291.75 | 0.9 | 0.54 |
| Hex | D6 | 20 | F3 | C | 57 | 0 | 5 | 124 | 5A | 36 |
| Octal | 326 | 40 | 363 | 14 | 127 | 0 | 5 | 444 | 132 | 66 |
| Binary | 11010110 | 100000 | 11110011 | 1100 | 1010111 | 0 | 101 | 100100100 | 1011010 | 110110 |
Color Harmonies of #D620F3
Complementary color
Monochromatic Colors of #D620F3
Black with #D620F3
Text Example
Text Example
White with #D620F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620F3; }
p { color: rgb(214,32,243); }
H1.HeaderClassName
{
color: #D620F3;
}
.AnyTagClassName
{
color: #D620F3;
}
</style>
background-color css
<style>
a { background-color: #D620F3; }
a { background-color: rgb(214,32,243); }
div.DivClassName
{
background-color: #D620F3;
}
.BgClassName
{
background-color: #D620F3;
}
</style>
border-color css
<style>
span { border-color: #D620F3; }
span { border-color: rgb(214,32,243); }
td.TdClassName
{
border-color: #D620F3;
}
.TagClassName
{
border-color: #D620F3;
}
</style>