Shades of Psychedelic Purple #D030F5
Tints of Psychedelic Purple #D030F5
RGB
CMYK
RGB Variations
Color information
#D030F5 (or 0xD030F5) is known color: Psychedelic Purple. HEX triplet: D0, 30 and F5. RGB value is (208,48,245). Sum of RGB (Red+Green+Blue) = 208+48+245=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #D030F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030F5 is #2FCF0A. Grayscale: #757575. Windows color (decimal): -3133195 or 16068816. OLE color: 16068816.
HSL color Cylindrical-coordinate representation of color #D030F5: hue angle of 288.73º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D030F5 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 48 | 245 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.04 |
| HSL | 288.73º | 0.91% | 0.57% | - |
| HSV(B) | 288.73º | 0.8% | 0.96% | - |
| XYZ | 43.55 | 22.12 | 88.36 | - |
| YUV | 118.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 245 | 0.15 | 0.80 | 0 | 0.04 | 288.73 | 0.91 | 0.57 |
| Hex | D0 | 30 | F5 | F | 50 | 0 | 4 | 121 | 5B | 39 |
| Octal | 320 | 60 | 365 | 17 | 120 | 0 | 4 | 441 | 133 | 71 |
| Binary | 11010000 | 110000 | 11110101 | 1111 | 1010000 | 0 | 100 | 100100001 | 1011011 | 111001 |
Color Harmonies of #D030F5
Complementary color
Monochromatic Colors of #D030F5
Black with #D030F5
Text Example
Text Example
White with #D030F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030F5; }
p { color: rgb(208,48,245); }
H1.HeaderClassName
{
color: #D030F5;
}
.AnyTagClassName
{
color: #D030F5;
}
</style>
background-color css
<style>
a { background-color: #D030F5; }
a { background-color: rgb(208,48,245); }
div.DivClassName
{
background-color: #D030F5;
}
.BgClassName
{
background-color: #D030F5;
}
</style>
border-color css
<style>
span { border-color: #D030F5; }
span { border-color: rgb(208,48,245); }
td.TdClassName
{
border-color: #D030F5;
}
.TagClassName
{
border-color: #D030F5;
}
</style>