Shades of Psychedelic Purple #D92CFB
Tints of Psychedelic Purple #D92CFB
RGB
CMYK
RGB Variations
Color information
#D92CFB (or 0xD92CFB) is known color: Psychedelic Purple. HEX triplet: D9, 2C and FB. RGB value is (217,44,251). Sum of RGB (Red+Green+Blue) = 217+44+251=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #D92CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92CFB is #26D304. Grayscale: #767676. Windows color (decimal): -2544389 or 16461017. OLE color: 16461017.
HSL color Cylindrical-coordinate representation of color #D92CFB: hue angle of 290.14º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92CFB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 44 | 251 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.02 |
| HSL | 290.14º | 0.96% | 0.58% | - |
| HSV(B) | 290.14º | 0.82% | 0.98% | - |
| XYZ | 46.93 | 23.52 | 93.33 | - |
| YUV | 119.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 251 | 0.14 | 0.82 | 0 | 0.02 | 290.14 | 0.96 | 0.58 |
| Hex | D9 | 2C | FB | E | 52 | 0 | 2 | 122 | 60 | 3A |
| Octal | 331 | 54 | 373 | 16 | 122 | 0 | 2 | 442 | 140 | 72 |
| Binary | 11011001 | 101100 | 11111011 | 1110 | 1010010 | 0 | 10 | 100100010 | 1100000 | 111010 |
Color Harmonies of #D92CFB
Complementary color
Monochromatic Colors of #D92CFB
Black with #D92CFB
Text Example
Text Example
White with #D92CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CFB; }
p { color: rgb(217,44,251); }
H1.HeaderClassName
{
color: #D92CFB;
}
.AnyTagClassName
{
color: #D92CFB;
}
</style>
background-color css
<style>
a { background-color: #D92CFB; }
a { background-color: rgb(217,44,251); }
div.DivClassName
{
background-color: #D92CFB;
}
.BgClassName
{
background-color: #D92CFB;
}
</style>
border-color css
<style>
span { border-color: #D92CFB; }
span { border-color: rgb(217,44,251); }
td.TdClassName
{
border-color: #D92CFB;
}
.TagClassName
{
border-color: #D92CFB;
}
</style>