Html Css Color HEX #D113EF Psychedelic Purple

📋 copy color: '#D113EF'

red 209 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #D113EF

Tints of Psychedelic Purple #D113EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.07%

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

R = 44.75%
G = 4.07%
B = 51.18%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D113EF (or 0xD113EF) is known color: Psychedelic Purple. HEX triplet: D1, 13 and EF. RGB value is (209,19,239). Sum of RGB (Red+Green+Blue) = 209+19+239=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #D113EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113EF is #2EEC10. Grayscale: #646464. Windows color (decimal): -3075089 or 15668177. OLE color: 15668177.

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

Color convert

RGB 209 19 239 -
CMYK 0.13 0.92 0 0.06
HSL 291.82º 0.87% 0.51% -
HSV(B) 291.82º 0.92% 0.94% -
XYZ 42.11 20.25 83.35 -
YUV 100.89 205.95 205.11 -
System Red Green Blue C M Y K H S L
Decimal 209 19 239 0.13 0.92 0 0.06 291.82 0.87 0.51
Hex D1 13 EF D 5C 0 6 124 57 33
Octal 321 23 357 15 134 0 6 444 127 63
Binary 11010001 10011 11101111 1101 1011100 0 110 100100100 1010111 110011

Color Harmonies of #D113EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113EF

Black with #D113EF

Text Example


Text Example

White with #D113EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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