Html Css Color HEX #D918EF Psychedelic Purple

📋 copy color: '#D918EF'

red 217 ◦ green 24 ◦ blue 239

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

Shades of Psychedelic Purple #D918EF

Tints of Psychedelic Purple #D918EF

RGB

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

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

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

R = 45.21%
G = 5%
B = 49.79%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D918EF (or 0xD918EF) is known color: Psychedelic Purple. HEX triplet: D9, 18 and EF. RGB value is (217,24,239). Sum of RGB (Red+Green+Blue) = 217+24+239=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 24 (9.77% from 255 or 5% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #D918EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918EF is #26E710. Grayscale: #696969. Windows color (decimal): -2549521 or 15669465. OLE color: 15669465.

HSL color Cylindrical-coordinate representation of color #D918EF: hue angle of 293.86º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918EF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 24 239 -
CMYK 0.09 0.90 0 0.06
HSL 293.86º 0.87% 0.52% -
HSV(B) 293.86º 0.9% 0.94% -
XYZ 44.52 21.64 83.49 -
YUV 106.22 202.94 207.02 -
System Red Green Blue C M Y K H S L
Decimal 217 24 239 0.09 0.90 0 0.06 293.86 0.87 0.52
Hex D9 18 EF 9 5A 0 6 126 57 34
Octal 331 30 357 11 132 0 6 446 127 64
Binary 11011001 11000 11101111 1001 1011010 0 110 100100110 1010111 110100

Color Harmonies of #D918EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918EF

Black with #D918EF

Text Example


Text Example

White with #D918EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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