Html Css Color HEX #D918EE Psychedelic Purple

📋 copy color: '#D918EE'

red 217 ◦ green 24 ◦ blue 238

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

Shades of Psychedelic Purple #D918EE

Tints of Psychedelic Purple #D918EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.01%

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

R = 45.3%
G = 5.01%
B = 49.69%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D918EE (or 0xD918EE) is known color: Psychedelic Purple. HEX triplet: D9, 18 and EE. RGB value is (217,24,238). Sum of RGB (Red+Green+Blue) = 217+24+238=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #D918EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918EE is #26E711. Grayscale: #696969. Windows color (decimal): -2549522 or 15603929. OLE color: 15603929.

HSL color Cylindrical-coordinate representation of color #D918EE: hue angle of 294.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918EE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 24 238 -
CMYK 0.09 0.90 0 0.07
HSL 294.11º 0.86% 0.51% -
HSV(B) 294.11º 0.9% 0.93% -
XYZ 44.37 21.58 82.72 -
YUV 106.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 217 24 238 0.09 0.90 0 0.07 294.11 0.86 0.51
Hex D9 18 EE 9 5A 0 7 126 56 33
Octal 331 30 356 11 132 0 7 446 126 63
Binary 11011001 11000 11101110 1001 1011010 0 111 100100110 1010110 110011

Color Harmonies of #D918EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918EE

Black with #D918EE

Text Example


Text Example

White with #D918EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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