Shades of Psychedelic Purple #D528FE
Tints of Psychedelic Purple #D528FE
RGB
CMYK
RGB Variations
Color information
#D528FE (or 0xD528FE) is known color: Psychedelic Purple. HEX triplet: D5, 28 and FE. RGB value is (213,40,254). Sum of RGB (Red+Green+Blue) = 213+40+254=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #D528FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528FE is #2AD701. Grayscale: #737373. Windows color (decimal): -2807554 or 16656597. OLE color: 16656597.
HSL color Cylindrical-coordinate representation of color #D528FE: hue angle of 288.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D528FE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 40 | 254 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.00 |
| HSL | 288.5º | 0.99% | 0.58% | - |
| HSV(B) | 288.5º | 0.84% | 1% | - |
| XYZ | 46.09 | 22.82 | 95.74 | - |
| YUV | 116.12 | 205.81 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 254 | 0.16 | 0.84 | 0 | 0.00 | 288.5 | 0.99 | 0.58 |
| Hex | D5 | 28 | FE | 10 | 54 | 0 | 0 | 121 | 63 | 3A |
| Octal | 325 | 50 | 376 | 20 | 124 | 0 | 0 | 441 | 143 | 72 |
| Binary | 11010101 | 101000 | 11111110 | 10000 | 1010100 | 0 | 0 | 100100001 | 1100011 | 111010 |
Color Harmonies of #D528FE
Complementary color
Monochromatic Colors of #D528FE
Black with #D528FE
Text Example
Text Example
White with #D528FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D528FE; }
p { color: rgb(213,40,254); }
H1.HeaderClassName
{
color: #D528FE;
}
.AnyTagClassName
{
color: #D528FE;
}
</style>
background-color css
<style>
a { background-color: #D528FE; }
a { background-color: rgb(213,40,254); }
div.DivClassName
{
background-color: #D528FE;
}
.BgClassName
{
background-color: #D528FE;
}
</style>
border-color css
<style>
span { border-color: #D528FE; }
span { border-color: rgb(213,40,254); }
td.TdClassName
{
border-color: #D528FE;
}
.TagClassName
{
border-color: #D528FE;
}
</style>