Html Css Color HEX #D118EB Psychedelic Purple

📋 copy color: '#D118EB'

red 209 ◦ green 24 ◦ blue 235

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

Shades of Psychedelic Purple #D118EB

Tints of Psychedelic Purple #D118EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 44.66%
G = 5.13%
B = 50.21%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D118EB (or 0xD118EB) is known color: Psychedelic Purple. HEX triplet: D1, 18 and EB. RGB value is (209,24,235). Sum of RGB (Red+Green+Blue) = 209+24+235=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #D118EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D118EB is #2EE714. Grayscale: #666666. Windows color (decimal): -3073813 or 15407313. OLE color: 15407313.

HSL color Cylindrical-coordinate representation of color #D118EB: hue angle of 292.61º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D118EB is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 24 235 -
CMYK 0.11 0.90 0 0.08
HSL 292.61º 0.84% 0.51% -
HSV(B) 292.61º 0.9% 0.92% -
XYZ 41.62 20.21 80.3 -
YUV 103.37 202.29 203.34 -
System Red Green Blue C M Y K H S L
Decimal 209 24 235 0.11 0.90 0 0.08 292.61 0.84 0.51
Hex D1 18 EB B 5A 0 8 125 54 33
Octal 321 30 353 13 132 0 10 445 124 63
Binary 11010001 11000 11101011 1011 1011010 0 1000 100100101 1010100 110011

Color Harmonies of #D118EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118EB

Black with #D118EB

Text Example


Text Example

White with #D118EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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