Shades of Psychedelic Purple #D92DF4
Tints of Psychedelic Purple #D92DF4
RGB
CMYK
RGB Variations
Color information
#D92DF4 (or 0xD92DF4) is known color: Psychedelic Purple. HEX triplet: D9, 2D and F4. RGB value is (217,45,244). Sum of RGB (Red+Green+Blue) = 217+45+244=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #D92DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92DF4 is #26D20B. Grayscale: #767676. Windows color (decimal): -2544140 or 16002521. OLE color: 16002521.
HSL color Cylindrical-coordinate representation of color #D92DF4: hue angle of 291.86º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92DF4 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 45 | 244 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.04 |
| HSL | 291.86º | 0.9% | 0.57% | - |
| HSV(B) | 291.86º | 0.82% | 0.96% | - |
| XYZ | 45.88 | 23.16 | 87.64 | - |
| YUV | 119.11 | 198.48 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 244 | 0.11 | 0.82 | 0 | 0.04 | 291.86 | 0.9 | 0.57 |
| Hex | D9 | 2D | F4 | B | 52 | 0 | 4 | 124 | 5A | 39 |
| Octal | 331 | 55 | 364 | 13 | 122 | 0 | 4 | 444 | 132 | 71 |
| Binary | 11011001 | 101101 | 11110100 | 1011 | 1010010 | 0 | 100 | 100100100 | 1011010 | 111001 |
Color Harmonies of #D92DF4
Complementary color
Monochromatic Colors of #D92DF4
Black with #D92DF4
Text Example
Text Example
White with #D92DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DF4; }
p { color: rgb(217,45,244); }
H1.HeaderClassName
{
color: #D92DF4;
}
.AnyTagClassName
{
color: #D92DF4;
}
</style>
background-color css
<style>
a { background-color: #D92DF4; }
a { background-color: rgb(217,45,244); }
div.DivClassName
{
background-color: #D92DF4;
}
.BgClassName
{
background-color: #D92DF4;
}
</style>
border-color css
<style>
span { border-color: #D92DF4; }
span { border-color: rgb(217,45,244); }
td.TdClassName
{
border-color: #D92DF4;
}
.TagClassName
{
border-color: #D92DF4;
}
</style>