Shades of Psychedelic Purple #D830FE
Tints of Psychedelic Purple #D830FE
RGB
CMYK
RGB Variations
Color information
#D830FE (or 0xD830FE) is known color: Psychedelic Purple. HEX triplet: D8, 30 and FE. RGB value is (216,48,254). Sum of RGB (Red+Green+Blue) = 216+48+254=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 48 (19.14% from 255 or 9.27% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #D830FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D830FE is #27CF01. Grayscale: #797979. Windows color (decimal): -2608898 or 16658648. OLE color: 16658648.
HSL color Cylindrical-coordinate representation of color #D830FE: hue angle of 288.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D830FE is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 48 | 254 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.00 |
| HSL | 288.93º | 0.99% | 0.59% | - |
| HSV(B) | 288.93º | 0.81% | 1% | - |
| XYZ | 47.27 | 23.87 | 95.88 | - |
| YUV | 121.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 254 | 0.15 | 0.81 | 0 | 0.00 | 288.93 | 0.99 | 0.59 |
| Hex | D8 | 30 | FE | F | 51 | 0 | 0 | 121 | 63 | 3B |
| Octal | 330 | 60 | 376 | 17 | 121 | 0 | 0 | 441 | 143 | 73 |
| Binary | 11011000 | 110000 | 11111110 | 1111 | 1010001 | 0 | 0 | 100100001 | 1100011 | 111011 |
Color Harmonies of #D830FE
Complementary color
Monochromatic Colors of #D830FE
Black with #D830FE
Text Example
Text Example
White with #D830FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830FE; }
p { color: rgb(216,48,254); }
H1.HeaderClassName
{
color: #D830FE;
}
.AnyTagClassName
{
color: #D830FE;
}
</style>
background-color css
<style>
a { background-color: #D830FE; }
a { background-color: rgb(216,48,254); }
div.DivClassName
{
background-color: #D830FE;
}
.BgClassName
{
background-color: #D830FE;
}
</style>
border-color css
<style>
span { border-color: #D830FE; }
span { border-color: rgb(216,48,254); }
td.TdClassName
{
border-color: #D830FE;
}
.TagClassName
{
border-color: #D830FE;
}
</style>