Html Css Color HEX #D116EB Psychedelic Purple

📋 copy color: '#D116EB'

red 209 ◦ green 22 ◦ blue 235

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

Shades of Psychedelic Purple #D116EB

Tints of Psychedelic Purple #D116EB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.72%

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

R = 44.85%
G = 4.72%
B = 50.43%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D116EB (or 0xD116EB) is known color: Psychedelic Purple. HEX triplet: D1, 16 and EB. RGB value is (209,22,235). Sum of RGB (Red+Green+Blue) = 209+22+235=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #D116EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D116EB is #2EE914. Grayscale: #656565. Windows color (decimal): -3074325 or 15406801. OLE color: 15406801.

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

Color convert

RGB 209 22 235 -
CMYK 0.11 0.91 0 0.08
HSL 292.68º 0.84% 0.5% -
HSV(B) 292.68º 0.91% 0.92% -
XYZ 41.58 20.13 80.29 -
YUV 102.2 202.95 204.18 -
System Red Green Blue C M Y K H S L
Decimal 209 22 235 0.11 0.91 0 0.08 292.68 0.84 0.5
Hex D1 16 EB B 5B 0 8 125 54 32
Octal 321 26 353 13 133 0 10 445 124 62
Binary 11010001 10110 11101011 1011 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D116EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116EB

Black with #D116EB

Text Example


Text Example

White with #D116EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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