Shades of Psychedelic Purple #D80DF3
Tints of Psychedelic Purple #D80DF3
RGB
CMYK
RGB Variations
Color information
#D80DF3 (or 0xD80DF3) is known color: Psychedelic Purple. HEX triplet: D8, 0D and F3. RGB value is (216,13,243). Sum of RGB (Red+Green+Blue) = 216+13+243=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #D80DF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80DF3 is #27F20C. Grayscale: #636363. Windows color (decimal): -2617869 or 15928792. OLE color: 15928792.
HSL color Cylindrical-coordinate representation of color #D80DF3: hue angle of 292.96º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80DF3 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 13 | 243 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.05 |
| HSL | 292.96º | 0.91% | 0.5% | - |
| HSV(B) | 292.96º | 0.95% | 0.95% | - |
| XYZ | 44.64 | 21.36 | 86.56 | - |
| YUV | 99.92 | 208.75 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 243 | 0.11 | 0.95 | 0 | 0.05 | 292.96 | 0.91 | 0.5 |
| Hex | D8 | D | F3 | B | 5F | 0 | 5 | 125 | 5B | 32 |
| Octal | 330 | 15 | 363 | 13 | 137 | 0 | 5 | 445 | 133 | 62 |
| Binary | 11011000 | 1101 | 11110011 | 1011 | 1011111 | 0 | 101 | 100100101 | 1011011 | 110010 |
Color Harmonies of #D80DF3
Complementary color
Monochromatic Colors of #D80DF3
Black with #D80DF3
Text Example
Text Example
White with #D80DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80DF3; }
p { color: rgb(216,13,243); }
H1.HeaderClassName
{
color: #D80DF3;
}
.AnyTagClassName
{
color: #D80DF3;
}
</style>
background-color css
<style>
a { background-color: #D80DF3; }
a { background-color: rgb(216,13,243); }
div.DivClassName
{
background-color: #D80DF3;
}
.BgClassName
{
background-color: #D80DF3;
}
</style>
border-color css
<style>
span { border-color: #D80DF3; }
span { border-color: rgb(216,13,243); }
td.TdClassName
{
border-color: #D80DF3;
}
.TagClassName
{
border-color: #D80DF3;
}
</style>