Shades of Psychedelic Purple #D027F3
Tints of Psychedelic Purple #D027F3
RGB
CMYK
RGB Variations
Color information
#D027F3 (or 0xD027F3) is known color: Psychedelic Purple. HEX triplet: D0, 27 and F3. RGB value is (208,39,243). Sum of RGB (Red+Green+Blue) = 208+39+243=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #D027F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D027F3 is #2FD80C. Grayscale: #707070. Windows color (decimal): -3135501 or 15935440. OLE color: 15935440.
HSL color Cylindrical-coordinate representation of color #D027F3: hue angle of 289.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D027F3 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 39 | 243 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.05 |
| HSL | 289.71º | 0.89% | 0.55% | - |
| HSV(B) | 289.71º | 0.84% | 0.95% | - |
| XYZ | 42.92 | 21.33 | 86.65 | - |
| YUV | 112.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 243 | 0.14 | 0.84 | 0 | 0.05 | 289.71 | 0.89 | 0.55 |
| Hex | D0 | 27 | F3 | E | 54 | 0 | 5 | 122 | 59 | 37 |
| Octal | 320 | 47 | 363 | 16 | 124 | 0 | 5 | 442 | 131 | 67 |
| Binary | 11010000 | 100111 | 11110011 | 1110 | 1010100 | 0 | 101 | 100100010 | 1011001 | 110111 |
Color Harmonies of #D027F3
Complementary color
Monochromatic Colors of #D027F3
Black with #D027F3
Text Example
Text Example
White with #D027F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027F3; }
p { color: rgb(208,39,243); }
H1.HeaderClassName
{
color: #D027F3;
}
.AnyTagClassName
{
color: #D027F3;
}
</style>
background-color css
<style>
a { background-color: #D027F3; }
a { background-color: rgb(208,39,243); }
div.DivClassName
{
background-color: #D027F3;
}
.BgClassName
{
background-color: #D027F3;
}
</style>
border-color css
<style>
span { border-color: #D027F3; }
span { border-color: rgb(208,39,243); }
td.TdClassName
{
border-color: #D027F3;
}
.TagClassName
{
border-color: #D027F3;
}
</style>