Shades of Psychedelic Purple #D01CFE
Tints of Psychedelic Purple #D01CFE
RGB
CMYK
RGB Variations
Color information
#D01CFE (or 0xD01CFE) is known color: Psychedelic Purple. HEX triplet: D0, 1C and FE. RGB value is (208,28,254). Sum of RGB (Red+Green+Blue) = 208+28+254=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #D01CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CFE is #2FE301. Grayscale: #6A6A6A. Windows color (decimal): -3138306 or 16653520. OLE color: 16653520.
HSL color Cylindrical-coordinate representation of color #D01CFE: hue angle of 287.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01CFE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 28 | 254 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.00 |
| HSL | 287.79º | 0.99% | 0.55% | - |
| HSV(B) | 287.79º | 0.89% | 1% | - |
| XYZ | 44.32 | 21.4 | 95.56 | - |
| YUV | 107.58 | 210.63 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 254 | 0.18 | 0.89 | 0 | 0.00 | 287.79 | 0.99 | 0.55 |
| Hex | D0 | 1C | FE | 12 | 59 | 0 | 0 | 120 | 63 | 37 |
| Octal | 320 | 34 | 376 | 22 | 131 | 0 | 0 | 440 | 143 | 67 |
| Binary | 11010000 | 11100 | 11111110 | 10010 | 1011001 | 0 | 0 | 100100000 | 1100011 | 110111 |
Color Harmonies of #D01CFE
Complementary color
Monochromatic Colors of #D01CFE
Black with #D01CFE
Text Example
Text Example
White with #D01CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CFE; }
p { color: rgb(208,28,254); }
H1.HeaderClassName
{
color: #D01CFE;
}
.AnyTagClassName
{
color: #D01CFE;
}
</style>
background-color css
<style>
a { background-color: #D01CFE; }
a { background-color: rgb(208,28,254); }
div.DivClassName
{
background-color: #D01CFE;
}
.BgClassName
{
background-color: #D01CFE;
}
</style>
border-color css
<style>
span { border-color: #D01CFE; }
span { border-color: rgb(208,28,254); }
td.TdClassName
{
border-color: #D01CFE;
}
.TagClassName
{
border-color: #D01CFE;
}
</style>