Html Css Color HEX #D116EF Psychedelic Purple

📋 copy color: '#D116EF'

red 209 ◦ green 22 ◦ blue 239

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

Shades of Psychedelic Purple #D116EF

Tints of Psychedelic Purple #D116EF

RGB

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

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

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

R = 44.47%
G = 4.68%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D116EF (or 0xD116EF) is known color: Psychedelic Purple. HEX triplet: D1, 16 and EF. RGB value is (209,22,239). Sum of RGB (Red+Green+Blue) = 209+22+239=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #D116EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D116EF is #2EE910. Grayscale: #656565. Windows color (decimal): -3074321 or 15668945. OLE color: 15668945.

HSL color Cylindrical-coordinate representation of color #D116EF: hue angle of 291.71º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D116EF is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 22 239 -
CMYK 0.13 0.91 0 0.06
HSL 291.71º 0.87% 0.51% -
HSV(B) 291.71º 0.91% 0.94% -
XYZ 42.16 20.36 83.37 -
YUV 102.65 204.95 203.86 -
System Red Green Blue C M Y K H S L
Decimal 209 22 239 0.13 0.91 0 0.06 291.71 0.87 0.51
Hex D1 16 EF D 5B 0 6 124 57 33
Octal 321 26 357 15 133 0 6 444 127 63
Binary 11010001 10110 11101111 1101 1011011 0 110 100100100 1010111 110011

Color Harmonies of #D116EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116EF

Black with #D116EF

Text Example


Text Example

White with #D116EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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