Html Css Color HEX #D927EE Psychedelic Purple

📋 copy color: '#D927EE'

red 217 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #D927EE

Tints of Psychedelic Purple #D927EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.89%

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 43.93%
G = 7.89%
B = 48.18%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D927EE (or 0xD927EE) is known color: Psychedelic Purple. HEX triplet: D9, 27 and EE. RGB value is (217,39,238). Sum of RGB (Red+Green+Blue) = 217+39+238=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #D927EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D927EE is #26D811. Grayscale: #727272. Windows color (decimal): -2545682 or 15607769. OLE color: 15607769.

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

Color convert

RGB 217 39 238 -
CMYK 0.09 0.84 0 0.07
HSL 293.67º 0.85% 0.54% -
HSV(B) 293.67º 0.84% 0.93% -
XYZ 44.77 22.38 82.85 -
YUV 114.91 197.47 200.82 -
System Red Green Blue C M Y K H S L
Decimal 217 39 238 0.09 0.84 0 0.07 293.67 0.85 0.54
Hex D9 27 EE 9 54 0 7 126 55 36
Octal 331 47 356 11 124 0 7 446 125 66
Binary 11011001 100111 11101110 1001 1010100 0 111 100100110 1010101 110110

Color Harmonies of #D927EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D927EE

Black with #D927EE

Text Example


Text Example

White with #D927EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D927EE; }

 p { color: rgb(217,39,238); }

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

background-color css

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

 a { background-color: rgb(217,39,238); }

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

border-color css

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

 span { border-color: rgb(217,39,238); }

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