Shades of Psychedelic Purple #D028F2
Tints of Psychedelic Purple #D028F2
RGB
CMYK
RGB Variations
Color information
#D028F2 (or 0xD028F2) is known color: Psychedelic Purple. HEX triplet: D0, 28 and F2. RGB value is (208,40,242). Sum of RGB (Red+Green+Blue) = 208+40+242=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #D028F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028F2 is #2FD70D. Grayscale: #707070. Windows color (decimal): -3135246 or 15870160. OLE color: 15870160.
HSL color Cylindrical-coordinate representation of color #D028F2: hue angle of 289.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D028F2 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 40 | 242 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.05 |
| HSL | 289.9º | 0.89% | 0.55% | - |
| HSV(B) | 289.9º | 0.83% | 0.95% | - |
| XYZ | 42.8 | 21.34 | 85.87 | - |
| YUV | 113.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 242 | 0.14 | 0.83 | 0 | 0.05 | 289.9 | 0.89 | 0.55 |
| Hex | D0 | 28 | F2 | E | 53 | 0 | 5 | 122 | 59 | 37 |
| Octal | 320 | 50 | 362 | 16 | 123 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010000 | 101000 | 11110010 | 1110 | 1010011 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D028F2
Complementary color
Monochromatic Colors of #D028F2
Black with #D028F2
Text Example
Text Example
White with #D028F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D028F2; }
p { color: rgb(208,40,242); }
H1.HeaderClassName
{
color: #D028F2;
}
.AnyTagClassName
{
color: #D028F2;
}
</style>
background-color css
<style>
a { background-color: #D028F2; }
a { background-color: rgb(208,40,242); }
div.DivClassName
{
background-color: #D028F2;
}
.BgClassName
{
background-color: #D028F2;
}
</style>
border-color css
<style>
span { border-color: #D028F2; }
span { border-color: rgb(208,40,242); }
td.TdClassName
{
border-color: #D028F2;
}
.TagClassName
{
border-color: #D028F2;
}
</style>