Html Css Color HEX #D311EF Psychedelic Purple

📋 copy color: '#D311EF'

red 211 ◦ green 17 ◦ blue 239

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

Shades of Psychedelic Purple #D311EF

Tints of Psychedelic Purple #D311EF

RGB

 RED value IS 211 (82.81% from 255) = 45.18%

 GREEN value IS 17 (7.03% from 255) = 3.64%

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

R = 45.18%
G = 3.64%
B = 51.18%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D311EF (or 0xD311EF) is known color: Psychedelic Purple. HEX triplet: D3, 11 and EF. RGB value is (211,17,239). Sum of RGB (Red+Green+Blue) = 211+17+239=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 17 (7.03% from 255 or 3.64% 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 #D311EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311EF is #2CEE10. Grayscale: #636363. Windows color (decimal): -2944529 or 15667667. OLE color: 15667667.

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

Color convert

RGB 211 17 239 -
CMYK 0.12 0.93 0 0.06
HSL 292.43º 0.87% 0.5% -
HSV(B) 292.43º 0.93% 0.94% -
XYZ 42.64 20.48 83.37 -
YUV 100.31 206.27 206.95 -
System Red Green Blue C M Y K H S L
Decimal 211 17 239 0.12 0.93 0 0.06 292.43 0.87 0.5
Hex D3 11 EF C 5D 0 6 124 57 32
Octal 323 21 357 14 135 0 6 444 127 62
Binary 11010011 10001 11101111 1100 1011101 0 110 100100100 1010111 110010

Color Harmonies of #D311EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D311EF

Black with #D311EF

Text Example


Text Example

White with #D311EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D311EF; }

 p { color: rgb(211,17,239); }

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

background-color css

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

 a { background-color: rgb(211,17,239); }

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

border-color css

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

 span { border-color: rgb(211,17,239); }

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