Html Css Color HEX #D92EEF Psychedelic Purple

📋 copy color: '#D92EEF'

red 217 ◦ green 46 ◦ blue 239

#D92EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D92EEF

Tints of Psychedelic Purple #D92EEF

RGB

 RED value IS 217 (85.16% from 255) = 43.23%

 GREEN value IS 46 (18.36% from 255) = 9.16%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 43.23%
G = 9.16%
B = 47.61%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D92EEF (or 0xD92EEF) is known color: Psychedelic Purple. HEX triplet: D9, 2E and EF. RGB value is (217,46,239). Sum of RGB (Red+Green+Blue) = 217+46+239=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #D92EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92EEF is #26D110. Grayscale: #767676. Windows color (decimal): -2543889 or 15675097. OLE color: 15675097.

HSL color Cylindrical-coordinate representation of color #D92EEF: hue angle of 293.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92EEF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 46 239 -
CMYK 0.09 0.81 0 0.06
HSL 293.16º 0.86% 0.56% -
HSV(B) 293.16º 0.81% 0.94% -
XYZ 45.17 22.94 83.71 -
YUV 119.13 195.65 197.81 -
System Red Green Blue C M Y K H S L
Decimal 217 46 239 0.09 0.81 0 0.06 293.16 0.86 0.56
Hex D9 2E EF 9 51 0 6 125 56 38
Octal 331 56 357 11 121 0 6 445 126 70
Binary 11011001 101110 11101111 1001 1010001 0 110 100100101 1010110 111000

Color Harmonies of #D92EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92EEF

Black with #D92EEF

Text Example


Text Example

White with #D92EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92EEF; }

 p { color: rgb(217,46,239); }

 H1.HeaderClassName
 {
   color: #D92EEF;
 }
 .AnyTagClassName
 {
   color: #D92EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(217,46,239); }

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

border-color css

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

 span { border-color: rgb(217,46,239); }

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