Shades of Psychedelic Purple #D830FC
Tints of Psychedelic Purple #D830FC
RGB
CMYK
RGB Variations
Color information
#D830FC (or 0xD830FC) is known color: Psychedelic Purple. HEX triplet: D8, 30 and FC. RGB value is (216,48,252). Sum of RGB (Red+Green+Blue) = 216+48+252=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 48 (19.14% from 255 or 9.30% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #D830FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D830FC is #27CF03. Grayscale: #787878. Windows color (decimal): -2608900 or 16527576. OLE color: 16527576.
HSL color Cylindrical-coordinate representation of color #D830FC: hue angle of 289.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D830FC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 48 | 252 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.01 |
| HSL | 289.41º | 0.97% | 0.59% | - |
| HSV(B) | 289.41º | 0.81% | 0.99% | - |
| XYZ | 46.95 | 23.74 | 94.2 | - |
| YUV | 121.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 252 | 0.14 | 0.81 | 0 | 0.01 | 289.41 | 0.97 | 0.59 |
| Hex | D8 | 30 | FC | E | 51 | 0 | 1 | 121 | 61 | 3B |
| Octal | 330 | 60 | 374 | 16 | 121 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11011000 | 110000 | 11111100 | 1110 | 1010001 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D830FC
Complementary color
Monochromatic Colors of #D830FC
Black with #D830FC
Text Example
Text Example
White with #D830FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830FC; }
p { color: rgb(216,48,252); }
H1.HeaderClassName
{
color: #D830FC;
}
.AnyTagClassName
{
color: #D830FC;
}
</style>
background-color css
<style>
a { background-color: #D830FC; }
a { background-color: rgb(216,48,252); }
div.DivClassName
{
background-color: #D830FC;
}
.BgClassName
{
background-color: #D830FC;
}
</style>
border-color css
<style>
span { border-color: #D830FC; }
span { border-color: rgb(216,48,252); }
td.TdClassName
{
border-color: #D830FC;
}
.TagClassName
{
border-color: #D830FC;
}
</style>