Shades of Psychedelic Purple #D030F3
Tints of Psychedelic Purple #D030F3
RGB
CMYK
RGB Variations
Color information
#D030F3 (or 0xD030F3) is known color: Psychedelic Purple. HEX triplet: D0, 30 and F3. RGB value is (208,48,243). Sum of RGB (Red+Green+Blue) = 208+48+243=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #D030F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030F3 is #2FCF0C. Grayscale: #757575. Windows color (decimal): -3133197 or 15937744. OLE color: 15937744.
HSL color Cylindrical-coordinate representation of color #D030F3: hue angle of 289.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D030F3 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 48 | 243 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.05 |
| HSL | 289.23º | 0.89% | 0.57% | - |
| HSV(B) | 289.23º | 0.8% | 0.95% | - |
| XYZ | 43.25 | 21.99 | 86.76 | - |
| YUV | 118.07 | 198.51 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 243 | 0.14 | 0.80 | 0 | 0.05 | 289.23 | 0.89 | 0.57 |
| Hex | D0 | 30 | F3 | E | 50 | 0 | 5 | 121 | 59 | 39 |
| Octal | 320 | 60 | 363 | 16 | 120 | 0 | 5 | 441 | 131 | 71 |
| Binary | 11010000 | 110000 | 11110011 | 1110 | 1010000 | 0 | 101 | 100100001 | 1011001 | 111001 |
Color Harmonies of #D030F3
Complementary color
Monochromatic Colors of #D030F3
Black with #D030F3
Text Example
Text Example
White with #D030F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030F3; }
p { color: rgb(208,48,243); }
H1.HeaderClassName
{
color: #D030F3;
}
.AnyTagClassName
{
color: #D030F3;
}
</style>
background-color css
<style>
a { background-color: #D030F3; }
a { background-color: rgb(208,48,243); }
div.DivClassName
{
background-color: #D030F3;
}
.BgClassName
{
background-color: #D030F3;
}
</style>
border-color css
<style>
span { border-color: #D030F3; }
span { border-color: rgb(208,48,243); }
td.TdClassName
{
border-color: #D030F3;
}
.TagClassName
{
border-color: #D030F3;
}
</style>