Shades of Psychedelic Purple #D815FB
Tints of Psychedelic Purple #D815FB
RGB
CMYK
RGB Variations
Color information
#D815FB (or 0xD815FB) is known color: Psychedelic Purple. HEX triplet: D8, 15 and FB. RGB value is (216,21,251). Sum of RGB (Red+Green+Blue) = 216+21+251=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #D815FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815FB is #27EA04. Grayscale: #686868. Windows color (decimal): -2615813 or 16455128. OLE color: 16455128.
HSL color Cylindrical-coordinate representation of color #D815FB: hue angle of 290.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D815FB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 21 | 251 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.02 |
| HSL | 290.87º | 0.97% | 0.53% | - |
| HSV(B) | 290.87º | 0.92% | 0.98% | - |
| XYZ | 46 | 22.1 | 93.11 | - |
| YUV | 105.53 | 210.1 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 251 | 0.14 | 0.92 | 0 | 0.02 | 290.87 | 0.97 | 0.53 |
| Hex | D8 | 15 | FB | E | 5C | 0 | 2 | 123 | 61 | 35 |
| Octal | 330 | 25 | 373 | 16 | 134 | 0 | 2 | 443 | 141 | 65 |
| Binary | 11011000 | 10101 | 11111011 | 1110 | 1011100 | 0 | 10 | 100100011 | 1100001 | 110101 |
Color Harmonies of #D815FB
Complementary color
Monochromatic Colors of #D815FB
Black with #D815FB
Text Example
Text Example
White with #D815FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815FB; }
p { color: rgb(216,21,251); }
H1.HeaderClassName
{
color: #D815FB;
}
.AnyTagClassName
{
color: #D815FB;
}
</style>
background-color css
<style>
a { background-color: #D815FB; }
a { background-color: rgb(216,21,251); }
div.DivClassName
{
background-color: #D815FB;
}
.BgClassName
{
background-color: #D815FB;
}
</style>
border-color css
<style>
span { border-color: #D815FB; }
span { border-color: rgb(216,21,251); }
td.TdClassName
{
border-color: #D815FB;
}
.TagClassName
{
border-color: #D815FB;
}
</style>