Shades of Psychedelic Purple #D01CF8
Tints of Psychedelic Purple #D01CF8
RGB
CMYK
RGB Variations
Color information
#D01CF8 (or 0xD01CF8) is known color: Psychedelic Purple. HEX triplet: D0, 1C and F8. RGB value is (208,28,248). Sum of RGB (Red+Green+Blue) = 208+28+248=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #D01CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CF8 is #2FE307. Grayscale: #6A6A6A. Windows color (decimal): -3138312 or 16260304. OLE color: 16260304.
HSL color Cylindrical-coordinate representation of color #D01CF8: hue angle of 289.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01CF8 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 28 | 248 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.03 |
| HSL | 289.09º | 0.94% | 0.54% | - |
| HSV(B) | 289.09º | 0.89% | 0.97% | - |
| XYZ | 43.37 | 21.02 | 90.58 | - |
| YUV | 106.9 | 207.63 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 248 | 0.16 | 0.89 | 0 | 0.03 | 289.09 | 0.94 | 0.54 |
| Hex | D0 | 1C | F8 | 10 | 59 | 0 | 3 | 121 | 5E | 36 |
| Octal | 320 | 34 | 370 | 20 | 131 | 0 | 3 | 441 | 136 | 66 |
| Binary | 11010000 | 11100 | 11111000 | 10000 | 1011001 | 0 | 11 | 100100001 | 1011110 | 110110 |
Color Harmonies of #D01CF8
Complementary color
Monochromatic Colors of #D01CF8
Black with #D01CF8
Text Example
Text Example
White with #D01CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CF8; }
p { color: rgb(208,28,248); }
H1.HeaderClassName
{
color: #D01CF8;
}
.AnyTagClassName
{
color: #D01CF8;
}
</style>
background-color css
<style>
a { background-color: #D01CF8; }
a { background-color: rgb(208,28,248); }
div.DivClassName
{
background-color: #D01CF8;
}
.BgClassName
{
background-color: #D01CF8;
}
</style>
border-color css
<style>
span { border-color: #D01CF8; }
span { border-color: rgb(208,28,248); }
td.TdClassName
{
border-color: #D01CF8;
}
.TagClassName
{
border-color: #D01CF8;
}
</style>