Shades of Psychedelic Purple #D028F0
Tints of Psychedelic Purple #D028F0
RGB
CMYK
RGB Variations
Color information
#D028F0 (or 0xD028F0) is known color: Psychedelic Purple. HEX triplet: D0, 28 and F0. RGB value is (208,40,240). Sum of RGB (Red+Green+Blue) = 208+40+240=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 240 (94.14% from 255 or 49.18% from 488); Max value from RGB is 240 - color contains mainly: blue. Hex color #D028F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028F0 is #2FD70F. Grayscale: #707070. Windows color (decimal): -3135248 or 15739088. OLE color: 15739088.
HSL color Cylindrical-coordinate representation of color #D028F0: hue angle of 290.4º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D028F0 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 40 | 240 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.06 |
| HSL | 290.4º | 0.87% | 0.55% | - |
| HSV(B) | 290.4º | 0.83% | 0.94% | - |
| XYZ | 42.5 | 21.22 | 84.29 | - |
| YUV | 113.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 240 | 0.13 | 0.83 | 0 | 0.06 | 290.4 | 0.87 | 0.55 |
| Hex | D0 | 28 | F0 | D | 53 | 0 | 6 | 122 | 57 | 37 |
| Octal | 320 | 50 | 360 | 15 | 123 | 0 | 6 | 442 | 127 | 67 |
| Binary | 11010000 | 101000 | 11110000 | 1101 | 1010011 | 0 | 110 | 100100010 | 1010111 | 110111 |
Color Harmonies of #D028F0
Complementary color
Monochromatic Colors of #D028F0
Black with #D028F0
Text Example
Text Example
White with #D028F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028F0; }
p { color: rgb(208,40,240); }
H1.HeaderClassName
{
color: #D028F0;
}
.AnyTagClassName
{
color: #D028F0;
}
</style>
background-color css
<style>
a { background-color: #D028F0; }
a { background-color: rgb(208,40,240); }
div.DivClassName
{
background-color: #D028F0;
}
.BgClassName
{
background-color: #D028F0;
}
</style>
border-color css
<style>
span { border-color: #D028F0; }
span { border-color: rgb(208,40,240); }
td.TdClassName
{
border-color: #D028F0;
}
.TagClassName
{
border-color: #D028F0;
}
</style>