Shades of Psychedelic Purple #D92CFD
Tints of Psychedelic Purple #D92CFD
RGB
CMYK
RGB Variations
Color information
#D92CFD (or 0xD92CFD) is known color: Psychedelic Purple. HEX triplet: D9, 2C and FD. RGB value is (217,44,253). Sum of RGB (Red+Green+Blue) = 217+44+253=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 44 (17.58% from 255 or 8.56% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #D92CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92CFD is #26D302. Grayscale: #767676. Windows color (decimal): -2544387 or 16592089. OLE color: 16592089.
HSL color Cylindrical-coordinate representation of color #D92CFD: hue angle of 289.67º 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 #D92CFD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 44 | 253 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.01 |
| HSL | 289.67º | 0.98% | 0.58% | - |
| HSV(B) | 289.67º | 0.83% | 0.99% | - |
| XYZ | 47.25 | 23.64 | 95 | - |
| YUV | 119.55 | 203.31 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 253 | 0.14 | 0.83 | 0 | 0.01 | 289.67 | 0.98 | 0.58 |
| Hex | D9 | 2C | FD | E | 53 | 0 | 1 | 122 | 62 | 3A |
| Octal | 331 | 54 | 375 | 16 | 123 | 0 | 1 | 442 | 142 | 72 |
| Binary | 11011001 | 101100 | 11111101 | 1110 | 1010011 | 0 | 1 | 100100010 | 1100010 | 111010 |
Color Harmonies of #D92CFD
Complementary color
Monochromatic Colors of #D92CFD
Black with #D92CFD
Text Example
Text Example
White with #D92CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CFD; }
p { color: rgb(217,44,253); }
H1.HeaderClassName
{
color: #D92CFD;
}
.AnyTagClassName
{
color: #D92CFD;
}
</style>
background-color css
<style>
a { background-color: #D92CFD; }
a { background-color: rgb(217,44,253); }
div.DivClassName
{
background-color: #D92CFD;
}
.BgClassName
{
background-color: #D92CFD;
}
</style>
border-color css
<style>
span { border-color: #D92CFD; }
span { border-color: rgb(217,44,253); }
td.TdClassName
{
border-color: #D92CFD;
}
.TagClassName
{
border-color: #D92CFD;
}
</style>