Shades of Psychedelic Purple #D003EB
Tints of Psychedelic Purple #D003EB
RGB
CMYK
RGB Variations
Color information
#D003EB (or 0xD003EB) is known color: Psychedelic Purple. HEX triplet: D0, 03 and EB. RGB value is (208,3,235). Sum of RGB (Red+Green+Blue) = 208+3+235=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #D003EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D003EB is #2FFC14. Grayscale: #5A5A5A. Windows color (decimal): -3144725 or 15401936. OLE color: 15401936.
HSL color Cylindrical-coordinate representation of color #D003EB: hue angle of 293.02º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003EB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 3 | 235 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.08 |
| HSL | 293.02º | 0.97% | 0.47% | - |
| HSV(B) | 293.02º | 0.99% | 0.92% | - |
| XYZ | 41.04 | 19.47 | 80.19 | - |
| YUV | 90.74 | 209.42 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 235 | 0.11 | 0.99 | 0 | 0.08 | 293.02 | 0.97 | 0.47 |
| Hex | D0 | 3 | EB | B | 63 | 0 | 8 | 125 | 61 | 2F |
| Octal | 320 | 3 | 353 | 13 | 143 | 0 | 10 | 445 | 141 | 57 |
| Binary | 11010000 | 11 | 11101011 | 1011 | 1100011 | 0 | 1000 | 100100101 | 1100001 | 101111 |
Color Harmonies of #D003EB
Complementary color
Monochromatic Colors of #D003EB
Black with #D003EB
Text Example
Text Example
White with #D003EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003EB; }
p { color: rgb(208,3,235); }
H1.HeaderClassName
{
color: #D003EB;
}
.AnyTagClassName
{
color: #D003EB;
}
</style>
background-color css
<style>
a { background-color: #D003EB; }
a { background-color: rgb(208,3,235); }
div.DivClassName
{
background-color: #D003EB;
}
.BgClassName
{
background-color: #D003EB;
}
</style>
border-color css
<style>
span { border-color: #D003EB; }
span { border-color: rgb(208,3,235); }
td.TdClassName
{
border-color: #D003EB;
}
.TagClassName
{
border-color: #D003EB;
}
</style>