Shades of Psychedelic Purple #D634FF
Tints of Psychedelic Purple #D634FF
RGB
CMYK
RGB Variations
Color information
#D634FF (or 0xD634FF) is known color: Psychedelic Purple. HEX triplet: D6, 34 and FF. RGB value is (214,52,255). Sum of RGB (Red+Green+Blue) = 214+52+255=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 52 (20.70% from 255 or 9.98% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #D634FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D634FF is #29CB00. Grayscale: #7A7A7A. Windows color (decimal): -2738945 or 16725206. OLE color: 16725206.
HSL color Cylindrical-coordinate representation of color #D634FF: hue angle of 287.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D634FF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 52 | 255 | - |
| CMYK | 0.16 | 0.80 | 0 | 0 |
| HSL | 287.88º | 1% | 0.6% | - |
| HSV(B) | 287.88º | 0.8% | 1% | - |
| XYZ | 47.01 | 23.97 | 96.76 | - |
| YUV | 123.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 255 | 0.16 | 0.80 | 0 | 0 | 287.88 | 1 | 0.6 |
| Hex | D6 | 34 | FF | 10 | 50 | 0 | 0 | 120 | 64 | 3C |
| Octal | 326 | 64 | 377 | 20 | 120 | 0 | 0 | 440 | 144 | 74 |
| Binary | 11010110 | 110100 | 11111111 | 10000 | 1010000 | 0 | 0 | 100100000 | 1100100 | 111100 |
Color Harmonies of #D634FF
Complementary color
Monochromatic Colors of #D634FF
Black with #D634FF
Text Example
Text Example
White with #D634FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D634FF; }
p { color: rgb(214,52,255); }
H1.HeaderClassName
{
color: #D634FF;
}
.AnyTagClassName
{
color: #D634FF;
}
</style>
background-color css
<style>
a { background-color: #D634FF; }
a { background-color: rgb(214,52,255); }
div.DivClassName
{
background-color: #D634FF;
}
.BgClassName
{
background-color: #D634FF;
}
</style>
border-color css
<style>
span { border-color: #D634FF; }
span { border-color: rgb(214,52,255); }
td.TdClassName
{
border-color: #D634FF;
}
.TagClassName
{
border-color: #D634FF;
}
</style>