Shades of Psychedelic Purple #D01CEB
Tints of Psychedelic Purple #D01CEB
RGB
CMYK
RGB Variations
Color information
#D01CEB (or 0xD01CEB) is known color: Psychedelic Purple. HEX triplet: D0, 1C and EB. RGB value is (208,28,235). Sum of RGB (Red+Green+Blue) = 208+28+235=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D01CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CEB is #2FE314. Grayscale: #686868. Windows color (decimal): -3138325 or 15408336. OLE color: 15408336.
HSL color Cylindrical-coordinate representation of color #D01CEB: hue angle of 292.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CEB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 28 | 235 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.08 |
| HSL | 292.17º | 0.84% | 0.52% | - |
| HSV(B) | 292.17º | 0.88% | 0.92% | - |
| XYZ | 41.42 | 20.24 | 80.32 | - |
| YUV | 105.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 235 | 0.11 | 0.88 | 0 | 0.08 | 292.17 | 0.84 | 0.52 |
| Hex | D0 | 1C | EB | B | 58 | 0 | 8 | 124 | 54 | 34 |
| Octal | 320 | 34 | 353 | 13 | 130 | 0 | 10 | 444 | 124 | 64 |
| Binary | 11010000 | 11100 | 11101011 | 1011 | 1011000 | 0 | 1000 | 100100100 | 1010100 | 110100 |
Color Harmonies of #D01CEB
Complementary color
Monochromatic Colors of #D01CEB
Black with #D01CEB
Text Example
Text Example
White with #D01CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CEB; }
p { color: rgb(208,28,235); }
H1.HeaderClassName
{
color: #D01CEB;
}
.AnyTagClassName
{
color: #D01CEB;
}
</style>
background-color css
<style>
a { background-color: #D01CEB; }
a { background-color: rgb(208,28,235); }
div.DivClassName
{
background-color: #D01CEB;
}
.BgClassName
{
background-color: #D01CEB;
}
</style>
border-color css
<style>
span { border-color: #D01CEB; }
span { border-color: rgb(208,28,235); }
td.TdClassName
{
border-color: #D01CEB;
}
.TagClassName
{
border-color: #D01CEB;
}
</style>