Shades of Psychedelic Purple #D92DED
Tints of Psychedelic Purple #D92DED
RGB
CMYK
RGB Variations
Color information
#D92DED (or 0xD92DED) is known color: Psychedelic Purple. HEX triplet: D9, 2D and ED. RGB value is (217,45,237). Sum of RGB (Red+Green+Blue) = 217+45+237=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D92DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92DED is #26D212. Grayscale: #757575. Windows color (decimal): -2544147 or 15543769. OLE color: 15543769.
HSL color Cylindrical-coordinate representation of color #D92DED: hue angle of 293.75º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92DED is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 45 | 237 | - |
CMYK | 0.08 | 0.81 | 0 | 0.07 |
HSL | 293.75º | 0.84% | 0.55% | - |
HSV(B) | 293.75º | 0.81% | 0.93% | - |
XYZ | 44.84 | 22.74 | 82.15 | - |
YUV | 118.32 | 194.98 | 198.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 45 | 237 | 0.08 | 0.81 | 0 | 0.07 | 293.75 | 0.84 | 0.55 |
Hex | D9 | 2D | ED | 8 | 51 | 0 | 7 | 126 | 54 | 37 |
Octal | 331 | 55 | 355 | 10 | 121 | 0 | 7 | 446 | 124 | 67 |
Binary | 11011001 | 101101 | 11101101 | 1000 | 1010001 | 0 | 111 | 100100110 | 1010100 | 110111 |
Color Harmonies of #D92DED
Complementary color
Monochromatic Colors of #D92DED
Black with #D92DED
Text Example
Text Example
White with #D92DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DED; }
p { color: rgb(217,45,237); }
H1.HeaderClassName
{
color: #D92DED;
}
.AnyTagClassName
{
color: #D92DED;
}
</style>
background-color css
<style>
a { background-color: #D92DED; }
a { background-color: rgb(217,45,237); }
div.DivClassName
{
background-color: #D92DED;
}
.BgClassName
{
background-color: #D92DED;
}
</style>
border-color css
<style>
span { border-color: #D92DED; }
span { border-color: rgb(217,45,237); }
td.TdClassName
{
border-color: #D92DED;
}
.TagClassName
{
border-color: #D92DED;
}
</style>