Shades of Psychedelic Purple #D81CF1
Tints of Psychedelic Purple #D81CF1
RGB
CMYK
RGB Variations
Color information
#D81CF1 (or 0xD81CF1) is known color: Psychedelic Purple. HEX triplet: D8, 1C and F1. RGB value is (216,28,241). Sum of RGB (Red+Green+Blue) = 216+28+241=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #D81CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81CF1 is #27E30E. Grayscale: #6B6B6B. Windows color (decimal): -2614031 or 15801560. OLE color: 15801560.
HSL color Cylindrical-coordinate representation of color #D81CF1: hue angle of 292.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81CF1 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 28 | 241 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.05 |
| HSL | 292.96º | 0.88% | 0.53% | - |
| HSV(B) | 292.96º | 0.88% | 0.95% | - |
| XYZ | 44.61 | 21.78 | 85.07 | - |
| YUV | 108.49 | 202.78 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 241 | 0.10 | 0.88 | 0 | 0.05 | 292.96 | 0.88 | 0.53 |
| Hex | D8 | 1C | F1 | A | 58 | 0 | 5 | 125 | 58 | 35 |
| Octal | 330 | 34 | 361 | 12 | 130 | 0 | 5 | 445 | 130 | 65 |
| Binary | 11011000 | 11100 | 11110001 | 1010 | 1011000 | 0 | 101 | 100100101 | 1011000 | 110101 |
Color Harmonies of #D81CF1
Complementary color
Monochromatic Colors of #D81CF1
Black with #D81CF1
Text Example
Text Example
White with #D81CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CF1; }
p { color: rgb(216,28,241); }
H1.HeaderClassName
{
color: #D81CF1;
}
.AnyTagClassName
{
color: #D81CF1;
}
</style>
background-color css
<style>
a { background-color: #D81CF1; }
a { background-color: rgb(216,28,241); }
div.DivClassName
{
background-color: #D81CF1;
}
.BgClassName
{
background-color: #D81CF1;
}
</style>
border-color css
<style>
span { border-color: #D81CF1; }
span { border-color: rgb(216,28,241); }
td.TdClassName
{
border-color: #D81CF1;
}
.TagClassName
{
border-color: #D81CF1;
}
</style>