Shades of Psychedelic Purple #D325FB
Tints of Psychedelic Purple #D325FB
RGB
CMYK
RGB Variations
Color information
#D325FB (or 0xD325FB) is known color: Psychedelic Purple. HEX triplet: D3, 25 and FB. RGB value is (211,37,251). Sum of RGB (Red+Green+Blue) = 211+37+251=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #D325FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325FB is #2CDA04. Grayscale: #707070. Windows color (decimal): -2939397 or 16459219. OLE color: 16459219.
HSL color Cylindrical-coordinate representation of color #D325FB: hue angle of 288.79º 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 #D325FB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 37 | 251 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.02 |
| HSL | 288.79º | 0.96% | 0.56% | - |
| HSV(B) | 288.79º | 0.85% | 0.98% | - |
| XYZ | 44.94 | 22.14 | 93.17 | - |
| YUV | 113.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 251 | 0.16 | 0.85 | 0 | 0.02 | 288.79 | 0.96 | 0.56 |
| Hex | D3 | 25 | FB | 10 | 55 | 0 | 2 | 121 | 60 | 38 |
| Octal | 323 | 45 | 373 | 20 | 125 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010011 | 100101 | 11111011 | 10000 | 1010101 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D325FB
Complementary color
Monochromatic Colors of #D325FB
Black with #D325FB
Text Example
Text Example
White with #D325FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325FB; }
p { color: rgb(211,37,251); }
H1.HeaderClassName
{
color: #D325FB;
}
.AnyTagClassName
{
color: #D325FB;
}
</style>
background-color css
<style>
a { background-color: #D325FB; }
a { background-color: rgb(211,37,251); }
div.DivClassName
{
background-color: #D325FB;
}
.BgClassName
{
background-color: #D325FB;
}
</style>
border-color css
<style>
span { border-color: #D325FB; }
span { border-color: rgb(211,37,251); }
td.TdClassName
{
border-color: #D325FB;
}
.TagClassName
{
border-color: #D325FB;
}
</style>