Shades of Psychedelic Purple #D825FA
Tints of Psychedelic Purple #D825FA
RGB
CMYK
RGB Variations
Color information
#D825FA (or 0xD825FA) is known color: Psychedelic Purple. HEX triplet: D8, 25 and FA. RGB value is (216,37,250). Sum of RGB (Red+Green+Blue) = 216+37+250=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 37 (14.84% from 255 or 7.36% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #D825FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825FA is #27DA05. Grayscale: #727272. Windows color (decimal): -2611718 or 16393688. OLE color: 16393688.
HSL color Cylindrical-coordinate representation of color #D825FA: hue angle of 290.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D825FA is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 37 | 250 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.02 |
| HSL | 290.42º | 0.96% | 0.56% | - |
| HSV(B) | 290.42º | 0.85% | 0.98% | - |
| XYZ | 46.24 | 22.82 | 92.41 | - |
| YUV | 114.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 250 | 0.14 | 0.85 | 0 | 0.02 | 290.42 | 0.96 | 0.56 |
| Hex | D8 | 25 | FA | E | 55 | 0 | 2 | 122 | 60 | 38 |
| Octal | 330 | 45 | 372 | 16 | 125 | 0 | 2 | 442 | 140 | 70 |
| Binary | 11011000 | 100101 | 11111010 | 1110 | 1010101 | 0 | 10 | 100100010 | 1100000 | 111000 |
Color Harmonies of #D825FA
Complementary color
Monochromatic Colors of #D825FA
Black with #D825FA
Text Example
Text Example
White with #D825FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825FA; }
p { color: rgb(216,37,250); }
H1.HeaderClassName
{
color: #D825FA;
}
.AnyTagClassName
{
color: #D825FA;
}
</style>
background-color css
<style>
a { background-color: #D825FA; }
a { background-color: rgb(216,37,250); }
div.DivClassName
{
background-color: #D825FA;
}
.BgClassName
{
background-color: #D825FA;
}
</style>
border-color css
<style>
span { border-color: #D825FA; }
span { border-color: rgb(216,37,250); }
td.TdClassName
{
border-color: #D825FA;
}
.TagClassName
{
border-color: #D825FA;
}
</style>