Shades of Psychedelic Purple #D913F0
Tints of Psychedelic Purple #D913F0
RGB
CMYK
RGB Variations
Color information
#D913F0 (or 0xD913F0) is known color: Psychedelic Purple. HEX triplet: D9, 13 and F0. RGB value is (217,19,240). Sum of RGB (Red+Green+Blue) = 217+19+240=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #D913F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D913F0 is #26EC0F. Grayscale: #666666. Windows color (decimal): -2550800 or 15733721. OLE color: 15733721.
HSL color Cylindrical-coordinate representation of color #D913F0: hue angle of 293.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D913F0 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 19 | 240 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.06 |
| HSL | 293.76º | 0.88% | 0.51% | - |
| HSV(B) | 293.76º | 0.92% | 0.94% | - |
| XYZ | 44.58 | 21.51 | 84.24 | - |
| YUV | 103.4 | 205.1 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 240 | 0.10 | 0.92 | 0 | 0.06 | 293.76 | 0.88 | 0.51 |
| Hex | D9 | 13 | F0 | A | 5C | 0 | 6 | 126 | 58 | 33 |
| Octal | 331 | 23 | 360 | 12 | 134 | 0 | 6 | 446 | 130 | 63 |
| Binary | 11011001 | 10011 | 11110000 | 1010 | 1011100 | 0 | 110 | 100100110 | 1011000 | 110011 |
Color Harmonies of #D913F0
Complementary color
Monochromatic Colors of #D913F0
Black with #D913F0
Text Example
Text Example
White with #D913F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913F0; }
p { color: rgb(217,19,240); }
H1.HeaderClassName
{
color: #D913F0;
}
.AnyTagClassName
{
color: #D913F0;
}
</style>
background-color css
<style>
a { background-color: #D913F0; }
a { background-color: rgb(217,19,240); }
div.DivClassName
{
background-color: #D913F0;
}
.BgClassName
{
background-color: #D913F0;
}
</style>
border-color css
<style>
span { border-color: #D913F0; }
span { border-color: rgb(217,19,240); }
td.TdClassName
{
border-color: #D913F0;
}
.TagClassName
{
border-color: #D913F0;
}
</style>