Shades of Psychedelic Purple #D011FF
Tints of Psychedelic Purple #D011FF
RGB
CMYK
RGB Variations
Color information
#D011FF (or 0xD011FF) is known color: Psychedelic Purple. HEX triplet: D0, 11 and FF. RGB value is (208,17,255). Sum of RGB (Red+Green+Blue) = 208+17+255=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 17 (7.03% from 255 or 3.54% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #D011FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D011FF is #2FEE00. Grayscale: #646464. Windows color (decimal): -3141121 or 16716240. OLE color: 16716240.
HSL color Cylindrical-coordinate representation of color #D011FF: hue angle of 288.15º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D011FF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 17 | 255 | - |
| CMYK | 0.18 | 0.93 | 0 | 0 |
| HSL | 288.15º | 1% | 0.53% | - |
| HSV(B) | 288.15º | 0.93% | 1% | - |
| XYZ | 44.26 | 21.03 | 96.33 | - |
| YUV | 101.24 | 214.78 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 255 | 0.18 | 0.93 | 0 | 0 | 288.15 | 1 | 0.53 |
| Hex | D0 | 11 | FF | 12 | 5D | 0 | 0 | 120 | 64 | 35 |
| Octal | 320 | 21 | 377 | 22 | 135 | 0 | 0 | 440 | 144 | 65 |
| Binary | 11010000 | 10001 | 11111111 | 10010 | 1011101 | 0 | 0 | 100100000 | 1100100 | 110101 |
Color Harmonies of #D011FF
Complementary color
Monochromatic Colors of #D011FF
Black with #D011FF
Text Example
Text Example
White with #D011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D011FF; }
p { color: rgb(208,17,255); }
H1.HeaderClassName
{
color: #D011FF;
}
.AnyTagClassName
{
color: #D011FF;
}
</style>
background-color css
<style>
a { background-color: #D011FF; }
a { background-color: rgb(208,17,255); }
div.DivClassName
{
background-color: #D011FF;
}
.BgClassName
{
background-color: #D011FF;
}
</style>
border-color css
<style>
span { border-color: #D011FF; }
span { border-color: rgb(208,17,255); }
td.TdClassName
{
border-color: #D011FF;
}
.TagClassName
{
border-color: #D011FF;
}
</style>