Shades of Psychedelic Purple #D912F5
Tints of Psychedelic Purple #D912F5
RGB
CMYK
RGB Variations
Color information
#D912F5 (or 0xD912F5) is known color: Psychedelic Purple. HEX triplet: D9, 12 and F5. RGB value is (217,18,245). Sum of RGB (Red+Green+Blue) = 217+18+245=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #D912F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912F5 is #26ED0A. Grayscale: #666666. Windows color (decimal): -2551051 or 16061145. OLE color: 16061145.
HSL color Cylindrical-coordinate representation of color #D912F5: hue angle of 292.6º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D912F5 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 18 | 245 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.04 |
| HSL | 292.6º | 0.92% | 0.52% | - |
| HSV(B) | 292.6º | 0.93% | 0.96% | - |
| XYZ | 45.31 | 21.78 | 88.2 | - |
| YUV | 103.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 245 | 0.11 | 0.93 | 0 | 0.04 | 292.6 | 0.92 | 0.52 |
| Hex | D9 | 12 | F5 | B | 5D | 0 | 4 | 125 | 5C | 34 |
| Octal | 331 | 22 | 365 | 13 | 135 | 0 | 4 | 445 | 134 | 64 |
| Binary | 11011001 | 10010 | 11110101 | 1011 | 1011101 | 0 | 100 | 100100101 | 1011100 | 110100 |
Color Harmonies of #D912F5
Complementary color
Monochromatic Colors of #D912F5
Black with #D912F5
Text Example
Text Example
White with #D912F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912F5; }
p { color: rgb(217,18,245); }
H1.HeaderClassName
{
color: #D912F5;
}
.AnyTagClassName
{
color: #D912F5;
}
</style>
background-color css
<style>
a { background-color: #D912F5; }
a { background-color: rgb(217,18,245); }
div.DivClassName
{
background-color: #D912F5;
}
.BgClassName
{
background-color: #D912F5;
}
</style>
border-color css
<style>
span { border-color: #D912F5; }
span { border-color: rgb(217,18,245); }
td.TdClassName
{
border-color: #D912F5;
}
.TagClassName
{
border-color: #D912F5;
}
</style>