Shades of Psychedelic Purple #D01CE8
Tints of Psychedelic Purple #D01CE8
RGB
CMYK
RGB Variations
Color information
#D01CE8 (or 0xD01CE8) is known color: Psychedelic Purple. HEX triplet: D0, 1C and E8. RGB value is (208,28,232). Sum of RGB (Red+Green+Blue) = 208+28+232=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #D01CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CE8 is #2FE317. Grayscale: #686868. Windows color (decimal): -3138328 or 15211728. OLE color: 15211728.
HSL color Cylindrical-coordinate representation of color #D01CE8: hue angle of 292.94º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE8 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 28 | 232 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.09 |
| HSL | 292.94º | 0.82% | 0.51% | - |
| HSV(B) | 292.94º | 0.88% | 0.91% | - |
| XYZ | 40.99 | 20.07 | 78.06 | - |
| YUV | 105.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 232 | 0.10 | 0.88 | 0 | 0.09 | 292.94 | 0.82 | 0.51 |
| Hex | D0 | 1C | E8 | A | 58 | 0 | 9 | 125 | 52 | 33 |
| Octal | 320 | 34 | 350 | 12 | 130 | 0 | 11 | 445 | 122 | 63 |
| Binary | 11010000 | 11100 | 11101000 | 1010 | 1011000 | 0 | 1001 | 100100101 | 1010010 | 110011 |
Color Harmonies of #D01CE8
Complementary color
Monochromatic Colors of #D01CE8
Black with #D01CE8
Text Example
Text Example
White with #D01CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CE8; }
p { color: rgb(208,28,232); }
H1.HeaderClassName
{
color: #D01CE8;
}
.AnyTagClassName
{
color: #D01CE8;
}
</style>
background-color css
<style>
a { background-color: #D01CE8; }
a { background-color: rgb(208,28,232); }
div.DivClassName
{
background-color: #D01CE8;
}
.BgClassName
{
background-color: #D01CE8;
}
</style>
border-color css
<style>
span { border-color: #D01CE8; }
span { border-color: rgb(208,28,232); }
td.TdClassName
{
border-color: #D01CE8;
}
.TagClassName
{
border-color: #D01CE8;
}
</style>