Shades of Psychedelic Purple #D727FB
Tints of Psychedelic Purple #D727FB
RGB
CMYK
RGB Variations
Color information
#D727FB (or 0xD727FB) is known color: Psychedelic Purple. HEX triplet: D7, 27 and FB. RGB value is (215,39,251). Sum of RGB (Red+Green+Blue) = 215+39+251=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #D727FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D727FB is #28D804. Grayscale: #737373. Windows color (decimal): -2676741 or 16459735. OLE color: 16459735.
HSL color Cylindrical-coordinate representation of color #D727FB: hue angle of 289.81º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D727FB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 39 | 251 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.02 |
| HSL | 289.81º | 0.96% | 0.57% | - |
| HSV(B) | 289.81º | 0.84% | 0.98% | - |
| XYZ | 46.16 | 22.86 | 93.25 | - |
| YUV | 115.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 251 | 0.14 | 0.84 | 0 | 0.02 | 289.81 | 0.96 | 0.57 |
| Hex | D7 | 27 | FB | E | 54 | 0 | 2 | 122 | 60 | 39 |
| Octal | 327 | 47 | 373 | 16 | 124 | 0 | 2 | 442 | 140 | 71 |
| Binary | 11010111 | 100111 | 11111011 | 1110 | 1010100 | 0 | 10 | 100100010 | 1100000 | 111001 |
Color Harmonies of #D727FB
Complementary color
Monochromatic Colors of #D727FB
Black with #D727FB
Text Example
Text Example
White with #D727FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727FB; }
p { color: rgb(215,39,251); }
H1.HeaderClassName
{
color: #D727FB;
}
.AnyTagClassName
{
color: #D727FB;
}
</style>
background-color css
<style>
a { background-color: #D727FB; }
a { background-color: rgb(215,39,251); }
div.DivClassName
{
background-color: #D727FB;
}
.BgClassName
{
background-color: #D727FB;
}
</style>
border-color css
<style>
span { border-color: #D727FB; }
span { border-color: rgb(215,39,251); }
td.TdClassName
{
border-color: #D727FB;
}
.TagClassName
{
border-color: #D727FB;
}
</style>