Shades of Psychedelic Purple #D833F5
Tints of Psychedelic Purple #D833F5
RGB
CMYK
RGB Variations
Color information
#D833F5 (or 0xD833F5) is known color: Psychedelic Purple. HEX triplet: D8, 33 and F5. RGB value is (216,51,245). Sum of RGB (Red+Green+Blue) = 216+51+245=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 51 (20.31% from 255 or 9.96% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #D833F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D833F5 is #27CC0A. Grayscale: #797979. Windows color (decimal): -2608139 or 16069592. OLE color: 16069592.
HSL color Cylindrical-coordinate representation of color #D833F5: hue angle of 291.03º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D833F5 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 51 | 245 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.04 |
| HSL | 291.03º | 0.91% | 0.58% | - |
| HSV(B) | 291.03º | 0.79% | 0.96% | - |
| XYZ | 45.98 | 23.56 | 88.51 | - |
| YUV | 122.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 245 | 0.12 | 0.79 | 0 | 0.04 | 291.03 | 0.91 | 0.58 |
| Hex | D8 | 33 | F5 | C | 4F | 0 | 4 | 123 | 5B | 3A |
| Octal | 330 | 63 | 365 | 14 | 117 | 0 | 4 | 443 | 133 | 72 |
| Binary | 11011000 | 110011 | 11110101 | 1100 | 1001111 | 0 | 100 | 100100011 | 1011011 | 111010 |
Color Harmonies of #D833F5
Complementary color
Monochromatic Colors of #D833F5
Black with #D833F5
Text Example
Text Example
White with #D833F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D833F5; }
p { color: rgb(216,51,245); }
H1.HeaderClassName
{
color: #D833F5;
}
.AnyTagClassName
{
color: #D833F5;
}
</style>
background-color css
<style>
a { background-color: #D833F5; }
a { background-color: rgb(216,51,245); }
div.DivClassName
{
background-color: #D833F5;
}
.BgClassName
{
background-color: #D833F5;
}
</style>
border-color css
<style>
span { border-color: #D833F5; }
span { border-color: rgb(216,51,245); }
td.TdClassName
{
border-color: #D833F5;
}
.TagClassName
{
border-color: #D833F5;
}
</style>