Shades of Psychedelic Purple #D538FF
Tints of Psychedelic Purple #D538FF
RGB
CMYK
RGB Variations
Color information
#D538FF (or 0xD538FF) is known color: Psychedelic Purple. HEX triplet: D5, 38 and FF. RGB value is (213,56,255). Sum of RGB (Red+Green+Blue) = 213+56+255=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 56 (22.27% from 255 or 10.69% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D538FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D538FF is #2AC700. Grayscale: #7C7C7C. Windows color (decimal): -2803457 or 16726229. OLE color: 16726229.
HSL color Cylindrical-coordinate representation of color #D538FF: hue angle of 287.34º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D538FF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 56 | 255 | - |
| CMYK | 0.16 | 0.78 | 0 | 0 |
| HSL | 287.34º | 1% | 0.61% | - |
| HSV(B) | 287.34º | 0.78% | 1% | - |
| XYZ | 46.9 | 24.19 | 96.81 | - |
| YUV | 125.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 255 | 0.16 | 0.78 | 0 | 0 | 287.34 | 1 | 0.61 |
| Hex | D5 | 38 | FF | 10 | 4E | 0 | 0 | 11F | 64 | 3D |
| Octal | 325 | 70 | 377 | 20 | 116 | 0 | 0 | 437 | 144 | 75 |
| Binary | 11010101 | 111000 | 11111111 | 10000 | 1001110 | 0 | 0 | 100011111 | 1100100 | 111101 |
Color Harmonies of #D538FF
Complementary color
Monochromatic Colors of #D538FF
Black with #D538FF
Text Example
Text Example
White with #D538FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538FF; }
p { color: rgb(213,56,255); }
H1.HeaderClassName
{
color: #D538FF;
}
.AnyTagClassName
{
color: #D538FF;
}
</style>
background-color css
<style>
a { background-color: #D538FF; }
a { background-color: rgb(213,56,255); }
div.DivClassName
{
background-color: #D538FF;
}
.BgClassName
{
background-color: #D538FF;
}
</style>
border-color css
<style>
span { border-color: #D538FF; }
span { border-color: rgb(213,56,255); }
td.TdClassName
{
border-color: #D538FF;
}
.TagClassName
{
border-color: #D538FF;
}
</style>