Shades of Psychedelic Purple #D727F3
Tints of Psychedelic Purple #D727F3
RGB
CMYK
RGB Variations
Color information
#D727F3 (or 0xD727F3) is known color: Psychedelic Purple. HEX triplet: D7, 27 and F3. RGB value is (215,39,243). Sum of RGB (Red+Green+Blue) = 215+39+243=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #D727F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727F3 is #28D80C. Grayscale: #727272. Windows color (decimal): -2676749 or 15935447. OLE color: 15935447.
HSL color Cylindrical-coordinate representation of color #D727F3: hue angle of 291.76º 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 #D727F3 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 39 | 243 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.05 |
| HSL | 291.76º | 0.89% | 0.55% | - |
| HSV(B) | 291.76º | 0.84% | 0.95% | - |
| XYZ | 44.93 | 22.37 | 86.74 | - |
| YUV | 114.88 | 200.31 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 243 | 0.12 | 0.84 | 0 | 0.05 | 291.76 | 0.89 | 0.55 |
| Hex | D7 | 27 | F3 | C | 54 | 0 | 5 | 124 | 59 | 37 |
| Octal | 327 | 47 | 363 | 14 | 124 | 0 | 5 | 444 | 131 | 67 |
| Binary | 11010111 | 100111 | 11110011 | 1100 | 1010100 | 0 | 101 | 100100100 | 1011001 | 110111 |
Color Harmonies of #D727F3
Complementary color
Monochromatic Colors of #D727F3
Black with #D727F3
Text Example
Text Example
White with #D727F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727F3; }
p { color: rgb(215,39,243); }
H1.HeaderClassName
{
color: #D727F3;
}
.AnyTagClassName
{
color: #D727F3;
}
</style>
background-color css
<style>
a { background-color: #D727F3; }
a { background-color: rgb(215,39,243); }
div.DivClassName
{
background-color: #D727F3;
}
.BgClassName
{
background-color: #D727F3;
}
</style>
border-color css
<style>
span { border-color: #D727F3; }
span { border-color: rgb(215,39,243); }
td.TdClassName
{
border-color: #D727F3;
}
.TagClassName
{
border-color: #D727F3;
}
</style>