Html Css Color HEX #D118EF Psychedelic Purple

📋 copy color: '#D118EF'

red 209 ◦ green 24 ◦ blue 239

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

Shades of Psychedelic Purple #D118EF

Tints of Psychedelic Purple #D118EF

RGB

 RED value IS 209 (82.03% from 255) = 44.28%

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

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

R = 44.28%
G = 5.08%
B = 50.64%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D118EF (or 0xD118EF) is known color: Psychedelic Purple. HEX triplet: D1, 18 and EF. RGB value is (209,24,239). Sum of RGB (Red+Green+Blue) = 209+24+239=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D118EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D118EF is #2EE710. Grayscale: #676767. Windows color (decimal): -3073809 or 15669457. OLE color: 15669457.

HSL color Cylindrical-coordinate representation of color #D118EF: hue angle of 291.63º 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 #D118EF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 24 239 -
CMYK 0.13 0.90 0 0.06
HSL 291.63º 0.87% 0.52% -
HSV(B) 291.63º 0.9% 0.94% -
XYZ 42.2 20.44 83.38 -
YUV 103.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 209 24 239 0.13 0.90 0 0.06 291.63 0.87 0.52
Hex D1 18 EF D 5A 0 6 124 57 34
Octal 321 30 357 15 132 0 6 444 127 64
Binary 11010001 11000 11101111 1101 1011010 0 110 100100100 1010111 110100

Color Harmonies of #D118EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118EF

Black with #D118EF

Text Example


Text Example

White with #D118EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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