Shades of Psychedelic Purple #D820FB
Tints of Psychedelic Purple #D820FB
RGB
CMYK
RGB Variations
Color information
#D820FB (or 0xD820FB) is known color: Psychedelic Purple. HEX triplet: D8, 20 and FB. RGB value is (216,32,251). Sum of RGB (Red+Green+Blue) = 216+32+251=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #D820FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D820FB is #27DF04. Grayscale: #6F6F6F. Windows color (decimal): -2612997 or 16457944. OLE color: 16457944.
HSL color Cylindrical-coordinate representation of color #D820FB: hue angle of 290.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D820FB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 32 | 251 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.02 |
| HSL | 290.41º | 0.96% | 0.55% | - |
| HSV(B) | 290.41º | 0.87% | 0.98% | - |
| XYZ | 46.25 | 22.6 | 93.19 | - |
| YUV | 111.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 251 | 0.14 | 0.87 | 0 | 0.02 | 290.41 | 0.96 | 0.55 |
| Hex | D8 | 20 | FB | E | 57 | 0 | 2 | 122 | 60 | 37 |
| Octal | 330 | 40 | 373 | 16 | 127 | 0 | 2 | 442 | 140 | 67 |
| Binary | 11011000 | 100000 | 11111011 | 1110 | 1010111 | 0 | 10 | 100100010 | 1100000 | 110111 |
Color Harmonies of #D820FB
Complementary color
Monochromatic Colors of #D820FB
Black with #D820FB
Text Example
Text Example
White with #D820FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D820FB; }
p { color: rgb(216,32,251); }
H1.HeaderClassName
{
color: #D820FB;
}
.AnyTagClassName
{
color: #D820FB;
}
</style>
background-color css
<style>
a { background-color: #D820FB; }
a { background-color: rgb(216,32,251); }
div.DivClassName
{
background-color: #D820FB;
}
.BgClassName
{
background-color: #D820FB;
}
</style>
border-color css
<style>
span { border-color: #D820FB; }
span { border-color: rgb(216,32,251); }
td.TdClassName
{
border-color: #D820FB;
}
.TagClassName
{
border-color: #D820FB;
}
</style>