Shades of Psychedelic Purple #D92FFD
Tints of Psychedelic Purple #D92FFD
RGB
CMYK
RGB Variations
Color information
#D92FFD (or 0xD92FFD) is known color: Psychedelic Purple. HEX triplet: D9, 2F and FD. RGB value is (217,47,253). Sum of RGB (Red+Green+Blue) = 217+47+253=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 47 (18.75% from 255 or 9.09% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #D92FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92FFD is #26D002. Grayscale: #787878. Windows color (decimal): -2543619 or 16592857. OLE color: 16592857.
HSL color Cylindrical-coordinate representation of color #D92FFD: hue angle of 289.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92FFD is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 47 | 253 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.01 |
| HSL | 289.51º | 0.98% | 0.59% | - |
| HSV(B) | 289.51º | 0.81% | 0.99% | - |
| XYZ | 47.36 | 23.88 | 95.04 | - |
| YUV | 121.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 253 | 0.14 | 0.81 | 0 | 0.01 | 289.51 | 0.98 | 0.59 |
| Hex | D9 | 2F | FD | E | 51 | 0 | 1 | 122 | 62 | 3B |
| Octal | 331 | 57 | 375 | 16 | 121 | 0 | 1 | 442 | 142 | 73 |
| Binary | 11011001 | 101111 | 11111101 | 1110 | 1010001 | 0 | 1 | 100100010 | 1100010 | 111011 |
Color Harmonies of #D92FFD
Complementary color
Monochromatic Colors of #D92FFD
Black with #D92FFD
Text Example
Text Example
White with #D92FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92FFD; }
p { color: rgb(217,47,253); }
H1.HeaderClassName
{
color: #D92FFD;
}
.AnyTagClassName
{
color: #D92FFD;
}
</style>
background-color css
<style>
a { background-color: #D92FFD; }
a { background-color: rgb(217,47,253); }
div.DivClassName
{
background-color: #D92FFD;
}
.BgClassName
{
background-color: #D92FFD;
}
</style>
border-color css
<style>
span { border-color: #D92FFD; }
span { border-color: rgb(217,47,253); }
td.TdClassName
{
border-color: #D92FFD;
}
.TagClassName
{
border-color: #D92FFD;
}
</style>