Shades of Psychedelic Purple #D825FB
Tints of Psychedelic Purple #D825FB
RGB
CMYK
RGB Variations
Color information
#D825FB (or 0xD825FB) is known color: Psychedelic Purple. HEX triplet: D8, 25 and FB. RGB value is (216,37,251). Sum of RGB (Red+Green+Blue) = 216+37+251=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #D825FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D825FB is #27DA04. Grayscale: #727272. Windows color (decimal): -2611717 or 16459224. OLE color: 16459224.
HSL color Cylindrical-coordinate representation of color #D825FB: hue angle of 290.19º 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 #D825FB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 37 | 251 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.02 |
| HSL | 290.19º | 0.96% | 0.56% | - |
| HSV(B) | 290.19º | 0.85% | 0.98% | - |
| XYZ | 46.39 | 22.89 | 93.24 | - |
| YUV | 114.92 | 204.8 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 251 | 0.14 | 0.85 | 0 | 0.02 | 290.19 | 0.96 | 0.56 |
| Hex | D8 | 25 | FB | E | 55 | 0 | 2 | 122 | 60 | 38 |
| Octal | 330 | 45 | 373 | 16 | 125 | 0 | 2 | 442 | 140 | 70 |
| Binary | 11011000 | 100101 | 11111011 | 1110 | 1010101 | 0 | 10 | 100100010 | 1100000 | 111000 |
Color Harmonies of #D825FB
Complementary color
Monochromatic Colors of #D825FB
Black with #D825FB
Text Example
Text Example
White with #D825FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825FB; }
p { color: rgb(216,37,251); }
H1.HeaderClassName
{
color: #D825FB;
}
.AnyTagClassName
{
color: #D825FB;
}
</style>
background-color css
<style>
a { background-color: #D825FB; }
a { background-color: rgb(216,37,251); }
div.DivClassName
{
background-color: #D825FB;
}
.BgClassName
{
background-color: #D825FB;
}
</style>
border-color css
<style>
span { border-color: #D825FB; }
span { border-color: rgb(216,37,251); }
td.TdClassName
{
border-color: #D825FB;
}
.TagClassName
{
border-color: #D825FB;
}
</style>