Shades of Psychedelic Purple #D825FF
Tints of Psychedelic Purple #D825FF
RGB
CMYK
RGB Variations
Color information
#D825FF (or 0xD825FF) is known color: Psychedelic Purple. HEX triplet: D8, 25 and FF. RGB value is (216,37,255). Sum of RGB (Red+Green+Blue) = 216+37+255=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #D825FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825FF is #27DA00. Grayscale: #727272. Windows color (decimal): -2611713 or 16721368. OLE color: 16721368.
HSL color Cylindrical-coordinate representation of color #D825FF: hue angle of 289.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D825FF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 37 | 255 | - |
| CMYK | 0.15 | 0.85 | 0 | 0 |
| HSL | 289.27º | 1% | 0.57% | - |
| HSV(B) | 289.27º | 0.85% | 1% | - |
| XYZ | 47.03 | 23.14 | 96.6 | - |
| YUV | 115.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 255 | 0.15 | 0.85 | 0 | 0 | 289.27 | 1 | 0.57 |
| Hex | D8 | 25 | FF | F | 55 | 0 | 0 | 121 | 64 | 39 |
| Octal | 330 | 45 | 377 | 17 | 125 | 0 | 0 | 441 | 144 | 71 |
| Binary | 11011000 | 100101 | 11111111 | 1111 | 1010101 | 0 | 0 | 100100001 | 1100100 | 111001 |
Color Harmonies of #D825FF
Complementary color
Monochromatic Colors of #D825FF
Black with #D825FF
Text Example
Text Example
White with #D825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825FF; }
p { color: rgb(216,37,255); }
H1.HeaderClassName
{
color: #D825FF;
}
.AnyTagClassName
{
color: #D825FF;
}
</style>
background-color css
<style>
a { background-color: #D825FF; }
a { background-color: rgb(216,37,255); }
div.DivClassName
{
background-color: #D825FF;
}
.BgClassName
{
background-color: #D825FF;
}
</style>
border-color css
<style>
span { border-color: #D825FF; }
span { border-color: rgb(216,37,255); }
td.TdClassName
{
border-color: #D825FF;
}
.TagClassName
{
border-color: #D825FF;
}
</style>