Shades of Psychedelic Purple #D92BFD
Tints of Psychedelic Purple #D92BFD
RGB
CMYK
RGB Variations
Color information
#D92BFD (or 0xD92BFD) is known color: Psychedelic Purple. HEX triplet: D9, 2B and FD. RGB value is (217,43,253). Sum of RGB (Red+Green+Blue) = 217+43+253=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 43 (17.19% from 255 or 8.38% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #D92BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92BFD is #26D402. Grayscale: #767676. Windows color (decimal): -2544643 or 16591833. OLE color: 16591833.
HSL color Cylindrical-coordinate representation of color #D92BFD: hue angle of 289.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92BFD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 43 | 253 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.01 |
| HSL | 289.71º | 0.98% | 0.58% | - |
| HSV(B) | 289.71º | 0.83% | 0.99% | - |
| XYZ | 47.21 | 23.57 | 94.99 | - |
| YUV | 118.97 | 203.65 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 253 | 0.14 | 0.83 | 0 | 0.01 | 289.71 | 0.98 | 0.58 |
| Hex | D9 | 2B | FD | E | 53 | 0 | 1 | 122 | 62 | 3A |
| Octal | 331 | 53 | 375 | 16 | 123 | 0 | 1 | 442 | 142 | 72 |
| Binary | 11011001 | 101011 | 11111101 | 1110 | 1010011 | 0 | 1 | 100100010 | 1100010 | 111010 |
Color Harmonies of #D92BFD
Complementary color
Monochromatic Colors of #D92BFD
Black with #D92BFD
Text Example
Text Example
White with #D92BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BFD; }
p { color: rgb(217,43,253); }
H1.HeaderClassName
{
color: #D92BFD;
}
.AnyTagClassName
{
color: #D92BFD;
}
</style>
background-color css
<style>
a { background-color: #D92BFD; }
a { background-color: rgb(217,43,253); }
div.DivClassName
{
background-color: #D92BFD;
}
.BgClassName
{
background-color: #D92BFD;
}
</style>
border-color css
<style>
span { border-color: #D92BFD; }
span { border-color: rgb(217,43,253); }
td.TdClassName
{
border-color: #D92BFD;
}
.TagClassName
{
border-color: #D92BFD;
}
</style>