Html Css Color HEX #D116ED Psychedelic Purple

📋 copy color: '#D116ED'

red 209 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D116ED

Tints of Psychedelic Purple #D116ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 44.66%
G = 4.7%
B = 50.64%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D116ED (or 0xD116ED) is known color: Psychedelic Purple. HEX triplet: D1, 16 and ED. RGB value is (209,22,237). Sum of RGB (Red+Green+Blue) = 209+22+237=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #D116ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D116ED is #2EE912. Grayscale: #656565. Windows color (decimal): -3074323 or 15537873. OLE color: 15537873.

HSL color Cylindrical-coordinate representation of color #D116ED: hue angle of 292.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D116ED is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 22 237 -
CMYK 0.12 0.91 0 0.07
HSL 292.19º 0.86% 0.51% -
HSV(B) 292.19º 0.91% 0.93% -
XYZ 41.87 20.24 81.82 -
YUV 102.42 203.95 204.02 -
System Red Green Blue C M Y K H S L
Decimal 209 22 237 0.12 0.91 0 0.07 292.19 0.86 0.51
Hex D1 16 ED C 5B 0 7 124 56 33
Octal 321 26 355 14 133 0 7 444 126 63
Binary 11010001 10110 11101101 1100 1011011 0 111 100100100 1010110 110011

Color Harmonies of #D116ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116ED

Black with #D116ED

Text Example


Text Example

White with #D116ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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