Shades of Psychedelic Purple #D917F3
Tints of Psychedelic Purple #D917F3
RGB
CMYK
RGB Variations
Color information
#D917F3 (or 0xD917F3) is known color: Psychedelic Purple. HEX triplet: D9, 17 and F3. RGB value is (217,23,243). Sum of RGB (Red+Green+Blue) = 217+23+243=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #D917F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917F3 is #26E80C. Grayscale: #696969. Windows color (decimal): -2549773 or 15931353. OLE color: 15931353.
HSL color Cylindrical-coordinate representation of color #D917F3: hue angle of 292.91º 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 #D917F3 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 23 | 243 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.05 |
| HSL | 292.91º | 0.9% | 0.52% | - |
| HSV(B) | 292.91º | 0.91% | 0.95% | - |
| XYZ | 45.1 | 21.84 | 86.63 | - |
| YUV | 106.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 243 | 0.11 | 0.91 | 0 | 0.05 | 292.91 | 0.9 | 0.52 |
| Hex | D9 | 17 | F3 | B | 5B | 0 | 5 | 125 | 5A | 34 |
| Octal | 331 | 27 | 363 | 13 | 133 | 0 | 5 | 445 | 132 | 64 |
| Binary | 11011001 | 10111 | 11110011 | 1011 | 1011011 | 0 | 101 | 100100101 | 1011010 | 110100 |
Color Harmonies of #D917F3
Complementary color
Monochromatic Colors of #D917F3
Black with #D917F3
Text Example
Text Example
White with #D917F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917F3; }
p { color: rgb(217,23,243); }
H1.HeaderClassName
{
color: #D917F3;
}
.AnyTagClassName
{
color: #D917F3;
}
</style>
background-color css
<style>
a { background-color: #D917F3; }
a { background-color: rgb(217,23,243); }
div.DivClassName
{
background-color: #D917F3;
}
.BgClassName
{
background-color: #D917F3;
}
</style>
border-color css
<style>
span { border-color: #D917F3; }
span { border-color: rgb(217,23,243); }
td.TdClassName
{
border-color: #D917F3;
}
.TagClassName
{
border-color: #D917F3;
}
</style>