Shades of Psychedelic Purple #D511F8
Tints of Psychedelic Purple #D511F8
RGB
CMYK
RGB Variations
Color information
#D511F8 (or 0xD511F8) is known color: Psychedelic Purple. HEX triplet: D5, 11 and F8. RGB value is (213,17,248). Sum of RGB (Red+Green+Blue) = 213+17+248=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #D511F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D511F8 is #2AEE07. Grayscale: #656565. Windows color (decimal): -2813448 or 16257493. OLE color: 16257493.
HSL color Cylindrical-coordinate representation of color #D511F8: hue angle of 290.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D511F8 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 17 | 248 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.03 |
| HSL | 290.91º | 0.94% | 0.52% | - |
| HSV(B) | 290.91º | 0.93% | 0.97% | - |
| XYZ | 44.58 | 21.32 | 90.57 | - |
| YUV | 101.94 | 210.43 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 248 | 0.14 | 0.93 | 0 | 0.03 | 290.91 | 0.94 | 0.52 |
| Hex | D5 | 11 | F8 | E | 5D | 0 | 3 | 123 | 5E | 34 |
| Octal | 325 | 21 | 370 | 16 | 135 | 0 | 3 | 443 | 136 | 64 |
| Binary | 11010101 | 10001 | 11111000 | 1110 | 1011101 | 0 | 11 | 100100011 | 1011110 | 110100 |
Color Harmonies of #D511F8
Complementary color
Monochromatic Colors of #D511F8
Black with #D511F8
Text Example
Text Example
White with #D511F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511F8; }
p { color: rgb(213,17,248); }
H1.HeaderClassName
{
color: #D511F8;
}
.AnyTagClassName
{
color: #D511F8;
}
</style>
background-color css
<style>
a { background-color: #D511F8; }
a { background-color: rgb(213,17,248); }
div.DivClassName
{
background-color: #D511F8;
}
.BgClassName
{
background-color: #D511F8;
}
</style>
border-color css
<style>
span { border-color: #D511F8; }
span { border-color: rgb(213,17,248); }
td.TdClassName
{
border-color: #D511F8;
}
.TagClassName
{
border-color: #D511F8;
}
</style>