Shades of Psychedelic Purple #D833FC
Tints of Psychedelic Purple #D833FC
RGB
CMYK
RGB Variations
Color information
#D833FC (or 0xD833FC) is known color: Psychedelic Purple. HEX triplet: D8, 33 and FC. RGB value is (216,51,252). Sum of RGB (Red+Green+Blue) = 216+51+252=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #D833FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D833FC is #27CC03. Grayscale: #7A7A7A. Windows color (decimal): -2608132 or 16528344. OLE color: 16528344.
HSL color Cylindrical-coordinate representation of color #D833FC: hue angle of 289.25º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D833FC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 51 | 252 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.01 |
| HSL | 289.25º | 0.97% | 0.59% | - |
| HSV(B) | 289.25º | 0.8% | 0.99% | - |
| XYZ | 47.07 | 23.99 | 94.25 | - |
| YUV | 123.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 252 | 0.14 | 0.80 | 0 | 0.01 | 289.25 | 0.97 | 0.59 |
| Hex | D8 | 33 | FC | E | 50 | 0 | 1 | 121 | 61 | 3B |
| Octal | 330 | 63 | 374 | 16 | 120 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11011000 | 110011 | 11111100 | 1110 | 1010000 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D833FC
Complementary color
Monochromatic Colors of #D833FC
Black with #D833FC
Text Example
Text Example
White with #D833FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D833FC; }
p { color: rgb(216,51,252); }
H1.HeaderClassName
{
color: #D833FC;
}
.AnyTagClassName
{
color: #D833FC;
}
</style>
background-color css
<style>
a { background-color: #D833FC; }
a { background-color: rgb(216,51,252); }
div.DivClassName
{
background-color: #D833FC;
}
.BgClassName
{
background-color: #D833FC;
}
</style>
border-color css
<style>
span { border-color: #D833FC; }
span { border-color: rgb(216,51,252); }
td.TdClassName
{
border-color: #D833FC;
}
.TagClassName
{
border-color: #D833FC;
}
</style>