Shades of Psychedelic Purple #D01CF5
Tints of Psychedelic Purple #D01CF5
RGB
CMYK
RGB Variations
Color information
#D01CF5 (or 0xD01CF5) is known color: Psychedelic Purple. HEX triplet: D0, 1C and F5. RGB value is (208,28,245). Sum of RGB (Red+Green+Blue) = 208+28+245=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 245 (96.09% from 255 or 50.94% from 481); Max value from RGB is 245 - color contains mainly: blue. Hex color #D01CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CF5 is #2FE30A. Grayscale: #696969. Windows color (decimal): -3138315 or 16063696. OLE color: 16063696.
HSL color Cylindrical-coordinate representation of color #D01CF5: hue angle of 289.77º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01CF5 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 28 | 245 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.04 |
| HSL | 289.77º | 0.92% | 0.54% | - |
| HSV(B) | 289.77º | 0.89% | 0.96% | - |
| XYZ | 42.91 | 20.83 | 88.15 | - |
| YUV | 106.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 245 | 0.15 | 0.89 | 0 | 0.04 | 289.77 | 0.92 | 0.54 |
| Hex | D0 | 1C | F5 | F | 59 | 0 | 4 | 122 | 5C | 36 |
| Octal | 320 | 34 | 365 | 17 | 131 | 0 | 4 | 442 | 134 | 66 |
| Binary | 11010000 | 11100 | 11110101 | 1111 | 1011001 | 0 | 100 | 100100010 | 1011100 | 110110 |
Color Harmonies of #D01CF5
Complementary color
Monochromatic Colors of #D01CF5
Black with #D01CF5
Text Example
Text Example
White with #D01CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CF5; }
p { color: rgb(208,28,245); }
H1.HeaderClassName
{
color: #D01CF5;
}
.AnyTagClassName
{
color: #D01CF5;
}
</style>
background-color css
<style>
a { background-color: #D01CF5; }
a { background-color: rgb(208,28,245); }
div.DivClassName
{
background-color: #D01CF5;
}
.BgClassName
{
background-color: #D01CF5;
}
</style>
border-color css
<style>
span { border-color: #D01CF5; }
span { border-color: rgb(208,28,245); }
td.TdClassName
{
border-color: #D01CF5;
}
.TagClassName
{
border-color: #D01CF5;
}
</style>