Shades of Psychedelic Purple #D110F9
Tints of Psychedelic Purple #D110F9
RGB
CMYK
RGB Variations
Color information
#D110F9 (or 0xD110F9) is known color: Psychedelic Purple. HEX triplet: D1, 10 and F9. RGB value is (209,16,249). Sum of RGB (Red+Green+Blue) = 209+16+249=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #D110F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D110F9 is #2EEF06. Grayscale: #636363. Windows color (decimal): -3075847 or 16322769. OLE color: 16322769.
HSL color Cylindrical-coordinate representation of color #D110F9: hue angle of 289.7º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D110F9 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 16 | 249 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.02 |
| HSL | 289.7º | 0.95% | 0.52% | - |
| HSV(B) | 289.7º | 0.94% | 0.98% | - |
| XYZ | 43.58 | 20.77 | 91.33 | - |
| YUV | 100.27 | 211.94 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 249 | 0.16 | 0.94 | 0 | 0.02 | 289.7 | 0.95 | 0.52 |
| Hex | D1 | 10 | F9 | 10 | 5E | 0 | 2 | 122 | 5F | 34 |
| Octal | 321 | 20 | 371 | 20 | 136 | 0 | 2 | 442 | 137 | 64 |
| Binary | 11010001 | 10000 | 11111001 | 10000 | 1011110 | 0 | 10 | 100100010 | 1011111 | 110100 |
Color Harmonies of #D110F9
Complementary color
Monochromatic Colors of #D110F9
Black with #D110F9
Text Example
Text Example
White with #D110F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110F9; }
p { color: rgb(209,16,249); }
H1.HeaderClassName
{
color: #D110F9;
}
.AnyTagClassName
{
color: #D110F9;
}
</style>
background-color css
<style>
a { background-color: #D110F9; }
a { background-color: rgb(209,16,249); }
div.DivClassName
{
background-color: #D110F9;
}
.BgClassName
{
background-color: #D110F9;
}
</style>
border-color css
<style>
span { border-color: #D110F9; }
span { border-color: rgb(209,16,249); }
td.TdClassName
{
border-color: #D110F9;
}
.TagClassName
{
border-color: #D110F9;
}
</style>