#D92AED

Color #D92AED Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D92AED

Tints of Psychedelic Purple #D92AED

Color information

#D92AED (or 0xD92AED) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 2A and ED. RGB value is (217,42,237). Sum of RGB (Red+Green+Blue) = 217+42+237=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #D92AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92AED is #26D512. Grayscale: #737373. Windows color (decimal): -2544915 or 15543001. OLE color: 15543001.

HSL color Cylindrical-coordinate representation of color #D92AED: hue angle of 293.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92AED is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21742237-
CMYK0.080.8200.07
HSL293.85º84.42%54.71%-
HSV(B)293.85º82.28%92.94%-
XYZ44.7322.5282.11-
YUV116.56195.98199.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 42 (16.80% from 255) = 8.47%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=43.75%
G=8.47%
B=47.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217422370.080.8200.07293.8584.4254.71
HexD92AED852071265437
Octal33152355101220744612467
Binary11011001101010111011011000101001001111001001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92AED; }

 p { color: rgb(217,42,237); }

 H1.HeaderClassName
 {
   color: #D92AED;
 }
 .AnyTagClassName
 {
   color: #D92AED;
 }
</style>
background-color css

<style>
 a { background-color: #D92AED; }

 a { background-color: rgb(217,42,237); }

 div.DivClassName
 {
   background-color: #D92AED;
 }
 .BgClassName
 {
   background-color: #D92AED;
 }
</style>
border-color css

<style>
 span { border-color: #D92AED; }

 span { border-color: rgb(217,42,237); }

 td.TdClassName
 {
   border-color: #D92AED;
 }
 .TagClassName
 {
   border-color: #D92AED;
 }
</style>