Shades of Psychedelic Purple #D01FF5
Tints of Psychedelic Purple #D01FF5
RGB
CMYK
RGB Variations
Color information
#D01FF5 (or 0xD01FF5) is known color: Psychedelic Purple. HEX triplet: D0, 1F and F5. RGB value is (208,31,245). Sum of RGB (Red+Green+Blue) = 208+31+245=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #D01FF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01FF5 is #2FE00A. Grayscale: #6B6B6B. Windows color (decimal): -3137547 or 16064464. OLE color: 16064464.
HSL color Cylindrical-coordinate representation of color #D01FF5: hue angle of 289.63º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01FF5 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 31 | 245 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.04 |
| HSL | 289.63º | 0.91% | 0.54% | - |
| HSV(B) | 289.63º | 0.87% | 0.96% | - |
| XYZ | 42.98 | 20.98 | 88.17 | - |
| YUV | 108.32 | 205.14 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 31 | 245 | 0.15 | 0.87 | 0 | 0.04 | 289.63 | 0.91 | 0.54 |
| Hex | D0 | 1F | F5 | F | 57 | 0 | 4 | 122 | 5B | 36 |
| Octal | 320 | 37 | 365 | 17 | 127 | 0 | 4 | 442 | 133 | 66 |
| Binary | 11010000 | 11111 | 11110101 | 1111 | 1010111 | 0 | 100 | 100100010 | 1011011 | 110110 |
Color Harmonies of #D01FF5
Complementary color
Monochromatic Colors of #D01FF5
Black with #D01FF5
Text Example
Text Example
White with #D01FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01FF5; }
p { color: rgb(208,31,245); }
H1.HeaderClassName
{
color: #D01FF5;
}
.AnyTagClassName
{
color: #D01FF5;
}
</style>
background-color css
<style>
a { background-color: #D01FF5; }
a { background-color: rgb(208,31,245); }
div.DivClassName
{
background-color: #D01FF5;
}
.BgClassName
{
background-color: #D01FF5;
}
</style>
border-color css
<style>
span { border-color: #D01FF5; }
span { border-color: rgb(208,31,245); }
td.TdClassName
{
border-color: #D01FF5;
}
.TagClassName
{
border-color: #D01FF5;
}
</style>