Shades of Psychedelic Purple #D534FF
Tints of Psychedelic Purple #D534FF
RGB
CMYK
RGB Variations
Color information
#D534FF (or 0xD534FF) is known color: Psychedelic Purple. HEX triplet: D5, 34 and FF. RGB value is (213,52,255). Sum of RGB (Red+Green+Blue) = 213+52+255=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #D534FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D534FF is #2ACB00. Grayscale: #7A7A7A. Windows color (decimal): -2804481 or 16725205. OLE color: 16725205.
HSL color Cylindrical-coordinate representation of color #D534FF: hue angle of 287.59º 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 #D534FF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 52 | 255 | - |
| CMYK | 0.16 | 0.80 | 0 | 0 |
| HSL | 287.59º | 1% | 0.6% | - |
| HSV(B) | 287.59º | 0.8% | 1% | - |
| XYZ | 46.72 | 23.82 | 96.74 | - |
| YUV | 123.28 | 202.34 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 255 | 0.16 | 0.80 | 0 | 0 | 287.59 | 1 | 0.6 |
| Hex | D5 | 34 | FF | 10 | 50 | 0 | 0 | 120 | 64 | 3C |
| Octal | 325 | 64 | 377 | 20 | 120 | 0 | 0 | 440 | 144 | 74 |
| Binary | 11010101 | 110100 | 11111111 | 10000 | 1010000 | 0 | 0 | 100100000 | 1100100 | 111100 |
Color Harmonies of #D534FF
Complementary color
Monochromatic Colors of #D534FF
Black with #D534FF
Text Example
Text Example
White with #D534FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D534FF; }
p { color: rgb(213,52,255); }
H1.HeaderClassName
{
color: #D534FF;
}
.AnyTagClassName
{
color: #D534FF;
}
</style>
background-color css
<style>
a { background-color: #D534FF; }
a { background-color: rgb(213,52,255); }
div.DivClassName
{
background-color: #D534FF;
}
.BgClassName
{
background-color: #D534FF;
}
</style>
border-color css
<style>
span { border-color: #D534FF; }
span { border-color: rgb(213,52,255); }
td.TdClassName
{
border-color: #D534FF;
}
.TagClassName
{
border-color: #D534FF;
}
</style>