Shades of Psychedelic Purple #D927FB
Tints of Psychedelic Purple #D927FB
RGB
CMYK
RGB Variations
Color information
#D927FB (or 0xD927FB) is known color: Psychedelic Purple. HEX triplet: D9, 27 and FB. RGB value is (217,39,251). Sum of RGB (Red+Green+Blue) = 217+39+251=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #D927FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D927FB is #26D804. Grayscale: #737373. Windows color (decimal): -2545669 or 16459737. OLE color: 16459737.
HSL color Cylindrical-coordinate representation of color #D927FB: hue angle of 290.38º 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 #D927FB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 39 | 251 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.02 |
| HSL | 290.38º | 0.96% | 0.57% | - |
| HSV(B) | 290.38º | 0.84% | 0.98% | - |
| XYZ | 46.75 | 23.17 | 93.27 | - |
| YUV | 116.39 | 203.97 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 251 | 0.14 | 0.84 | 0 | 0.02 | 290.38 | 0.96 | 0.57 |
| Hex | D9 | 27 | FB | E | 54 | 0 | 2 | 122 | 60 | 39 |
| Octal | 331 | 47 | 373 | 16 | 124 | 0 | 2 | 442 | 140 | 71 |
| Binary | 11011001 | 100111 | 11111011 | 1110 | 1010100 | 0 | 10 | 100100010 | 1100000 | 111001 |
Color Harmonies of #D927FB
Complementary color
Monochromatic Colors of #D927FB
Black with #D927FB
Text Example
Text Example
White with #D927FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927FB; }
p { color: rgb(217,39,251); }
H1.HeaderClassName
{
color: #D927FB;
}
.AnyTagClassName
{
color: #D927FB;
}
</style>
background-color css
<style>
a { background-color: #D927FB; }
a { background-color: rgb(217,39,251); }
div.DivClassName
{
background-color: #D927FB;
}
.BgClassName
{
background-color: #D927FB;
}
</style>
border-color css
<style>
span { border-color: #D927FB; }
span { border-color: rgb(217,39,251); }
td.TdClassName
{
border-color: #D927FB;
}
.TagClassName
{
border-color: #D927FB;
}
</style>