Shades of Psychedelic Purple #D110F7
Tints of Psychedelic Purple #D110F7
RGB
CMYK
RGB Variations
Color information
#D110F7 (or 0xD110F7) is known color: Psychedelic Purple. HEX triplet: D1, 10 and F7. RGB value is (209,16,247). Sum of RGB (Red+Green+Blue) = 209+16+247=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #D110F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110F7 is #2EEF08. Grayscale: #636363. Windows color (decimal): -3075849 or 16191697. OLE color: 16191697.
HSL color Cylindrical-coordinate representation of color #D110F7: hue angle of 290.13º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D110F7 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 16 | 247 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.03 |
| HSL | 290.13º | 0.94% | 0.52% | - |
| HSV(B) | 290.13º | 0.94% | 0.97% | - |
| XYZ | 43.27 | 20.64 | 89.7 | - |
| YUV | 100.04 | 210.94 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 247 | 0.15 | 0.94 | 0 | 0.03 | 290.13 | 0.94 | 0.52 |
| Hex | D1 | 10 | F7 | F | 5E | 0 | 3 | 122 | 5E | 34 |
| Octal | 321 | 20 | 367 | 17 | 136 | 0 | 3 | 442 | 136 | 64 |
| Binary | 11010001 | 10000 | 11110111 | 1111 | 1011110 | 0 | 11 | 100100010 | 1011110 | 110100 |
Color Harmonies of #D110F7
Complementary color
Monochromatic Colors of #D110F7
Black with #D110F7
Text Example
Text Example
White with #D110F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110F7; }
p { color: rgb(209,16,247); }
H1.HeaderClassName
{
color: #D110F7;
}
.AnyTagClassName
{
color: #D110F7;
}
</style>
background-color css
<style>
a { background-color: #D110F7; }
a { background-color: rgb(209,16,247); }
div.DivClassName
{
background-color: #D110F7;
}
.BgClassName
{
background-color: #D110F7;
}
</style>
border-color css
<style>
span { border-color: #D110F7; }
span { border-color: rgb(209,16,247); }
td.TdClassName
{
border-color: #D110F7;
}
.TagClassName
{
border-color: #D110F7;
}
</style>