Shades of Psychedelic Purple #D915F3
Tints of Psychedelic Purple #D915F3
RGB
CMYK
RGB Variations
Color information
#D915F3 (or 0xD915F3) is known color: Psychedelic Purple. HEX triplet: D9, 15 and F3. RGB value is (217,21,243). Sum of RGB (Red+Green+Blue) = 217+21+243=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #D915F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915F3 is #26EA0C. Grayscale: #686868. Windows color (decimal): -2550285 or 15930841. OLE color: 15930841.
HSL color Cylindrical-coordinate representation of color #D915F3: hue angle of 292.97º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915F3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 21 | 243 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.05 |
| HSL | 292.97º | 0.9% | 0.52% | - |
| HSV(B) | 292.97º | 0.91% | 0.95% | - |
| XYZ | 45.06 | 21.76 | 86.62 | - |
| YUV | 104.91 | 205.93 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 243 | 0.11 | 0.91 | 0 | 0.05 | 292.97 | 0.9 | 0.52 |
| Hex | D9 | 15 | F3 | B | 5B | 0 | 5 | 125 | 5A | 34 |
| Octal | 331 | 25 | 363 | 13 | 133 | 0 | 5 | 445 | 132 | 64 |
| Binary | 11011001 | 10101 | 11110011 | 1011 | 1011011 | 0 | 101 | 100100101 | 1011010 | 110100 |
Color Harmonies of #D915F3
Complementary color
Monochromatic Colors of #D915F3
Black with #D915F3
Text Example
Text Example
White with #D915F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915F3; }
p { color: rgb(217,21,243); }
H1.HeaderClassName
{
color: #D915F3;
}
.AnyTagClassName
{
color: #D915F3;
}
</style>
background-color css
<style>
a { background-color: #D915F3; }
a { background-color: rgb(217,21,243); }
div.DivClassName
{
background-color: #D915F3;
}
.BgClassName
{
background-color: #D915F3;
}
</style>
border-color css
<style>
span { border-color: #D915F3; }
span { border-color: rgb(217,21,243); }
td.TdClassName
{
border-color: #D915F3;
}
.TagClassName
{
border-color: #D915F3;
}
</style>