Shades of Psychedelic Purple #D632FD
Tints of Psychedelic Purple #D632FD
RGB
CMYK
RGB Variations
Color information
#D632FD (or 0xD632FD) is known color: Psychedelic Purple. HEX triplet: D6, 32 and FD. RGB value is (214,50,253). Sum of RGB (Red+Green+Blue) = 214+50+253=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 50 (19.92% from 255 or 9.67% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #D632FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D632FD is #29CD02. Grayscale: #797979. Windows color (decimal): -2739459 or 16593622. OLE color: 16593622.
HSL color Cylindrical-coordinate representation of color #D632FD: hue angle of 288.47º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D632FD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 50 | 253 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.01 |
| HSL | 288.47º | 0.98% | 0.59% | - |
| HSV(B) | 288.47º | 0.8% | 0.99% | - |
| XYZ | 46.6 | 23.67 | 95.04 | - |
| YUV | 122.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 253 | 0.15 | 0.80 | 0 | 0.01 | 288.47 | 0.98 | 0.59 |
| Hex | D6 | 32 | FD | F | 50 | 0 | 1 | 120 | 62 | 3B |
| Octal | 326 | 62 | 375 | 17 | 120 | 0 | 1 | 440 | 142 | 73 |
| Binary | 11010110 | 110010 | 11111101 | 1111 | 1010000 | 0 | 1 | 100100000 | 1100010 | 111011 |
Color Harmonies of #D632FD
Complementary color
Monochromatic Colors of #D632FD
Black with #D632FD
Text Example
Text Example
White with #D632FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D632FD; }
p { color: rgb(214,50,253); }
H1.HeaderClassName
{
color: #D632FD;
}
.AnyTagClassName
{
color: #D632FD;
}
</style>
background-color css
<style>
a { background-color: #D632FD; }
a { background-color: rgb(214,50,253); }
div.DivClassName
{
background-color: #D632FD;
}
.BgClassName
{
background-color: #D632FD;
}
</style>
border-color css
<style>
span { border-color: #D632FD; }
span { border-color: rgb(214,50,253); }
td.TdClassName
{
border-color: #D632FD;
}
.TagClassName
{
border-color: #D632FD;
}
</style>